Skip to content

Commit

Permalink
Update webpack.dev.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jsers authored Nov 13, 2020
1 parent 04ffc3a commit 3c9d9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion job-web/config/webpack.dev.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const pkgJson = require('../package.json');

module.exports = function getwebpackConfig(webpackConfig) {
webpackConfig.resolve.alias = webpackConfigResolveAlias;
webpackConfig.resolve.mainFields = ['browser', 'main', 'module'];
// webpackConfig.resolve.mainFields = ['browser', 'main', 'module'];

if (!process.env.Mode) {
webpackConfig.output.library = pkgJson.systemName;
Expand Down

0 comments on commit 3c9d9ba

Please sign in to comment.