diff --git a/webpack.main.config.js b/webpack.main.config.js index e2ab664..63a5af9 100644 --- a/webpack.main.config.js +++ b/webpack.main.config.js @@ -40,7 +40,6 @@ module.exports = { options: { jsc: { target: configFileObj.target, - baseUrl: './src/', paths: configFileObj.paths, }, }, diff --git a/webpack.preload.config.js b/webpack.preload.config.js index 09b5e7b..ae02a7a 100644 --- a/webpack.preload.config.js +++ b/webpack.preload.config.js @@ -40,7 +40,6 @@ module.exports = { options: { jsc: { target: configFileObj.target, - baseUrl: './src/', paths: configFileObj.paths, }, }, diff --git a/webpack.renderer.config.js b/webpack.renderer.config.js index edaf0c0..774ab2e 100644 --- a/webpack.renderer.config.js +++ b/webpack.renderer.config.js @@ -63,7 +63,6 @@ module.exports = { options: { jsc: { target: configFileObj.target, - baseUrl: './src/', paths: configFileObj.paths, transform: { react: {