Skip to content

Commit

Permalink
since we are publishing the whole dist folder, we make sure to clea…
Browse files Browse the repository at this point in the history
…n it before building
  • Loading branch information
Janther committed Aug 21, 2023
1 parent a910782 commit 701f7b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export default (webpackEnv) => {
output: {
path: path.resolve(__dirname, 'dist'),
filename: 'standalone.cjs',
clean: true,
globalObject: `
typeof globalThis !== "undefined"
? globalThis
Expand Down

0 comments on commit 701f7b1

Please sign in to comment.