Skip to content

Commit

Permalink
fix: automatic publicPath is not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Mar 6, 2021
1 parent 6417166 commit 44be012
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/webpack-compile/src/utilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ const createConfig = (options: BuildProps): webpack.Configuration => {
},
output: {
path: distFolder,
publicPath: staticFolder,
filename: bundleName,
libraryTarget: 'umd',
globalObject: 'this',
Expand Down

0 comments on commit 44be012

Please sign in to comment.