Skip to content

Commit

Permalink
fix: disable url-loader esModule
Browse files Browse the repository at this point in the history
  • Loading branch information
shaodahong committed Jul 22, 2020
1 parent 405ac37 commit d5c9fa3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/build/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ let webpackConfig = {
limit: 10000,
name: utils.assetsPath('img/[name].[hash:7].[ext]'),
publicPath: config[process.env.PACKAGE].cssAssetsPath,
esModule: false,
},
},
],
Expand Down

0 comments on commit d5c9fa3

Please sign in to comment.