Skip to content

Commit

Permalink
fix: #18 miss the publicPath of webpack config cause the unittest fai…
Browse files Browse the repository at this point in the history
…lure
  • Loading branch information
lijie01 committed Feb 9, 2022
1 parent 8f23018 commit 397c3fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .webpack/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module.exports = {
},
output: {
path: path.resolve(__dirname, '../dist'),
publicPath: 'none',
filename: '[name].js',
library: 'VGrid',
libraryTarget: 'umd',
Expand Down

0 comments on commit 397c3fd

Please sign in to comment.