|
@@ -45,4 +45,6 @@ baseConfig.plugins.push( |
|
@@ -45,4 +45,6 @@ baseConfig.plugins.push( |
45
|
new webpack.HotModuleReplacementPlugin()
|
45
|
new webpack.HotModuleReplacementPlugin()
|
46
|
);
|
46
|
);
|
47
|
|
47
|
|
|
|
48
|
+delete baseConfig.extends;
|
|
|
49
|
+
|
48
|
module.exports = baseConfig; |
50
|
module.exports = baseConfig; |