方正 7 سال پیش
والد
کامیت
32d7f93f36
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      build/index.html
  2. 1 1
      webpack.pro.config.js

+ 1 - 1
build/index.html

@@ -9,7 +9,7 @@
 
 <body>
     <div id="root"></div>
-    <script src="bundle.js"></script>
+    <script src="react-dragger-layout.js"></script>
 </body>
 
 </html>

+ 1 - 1
webpack.pro.config.js

@@ -37,7 +37,7 @@ module.exports = {
     },
     plugins: [
         // new webpack.HotModuleReplacementPlugin(),
-        // new webpack.NamedModulesPlugin(),
+        new webpack.NamedModulesPlugin(),
         new webpack.optimize.UglifyJsPlugin({
             compress: {
                 warnings: false