Skip to content

Commit

Permalink
fix webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
nickforddev committed May 31, 2020
1 parent 62c86d6 commit af2e9e2
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
11 changes: 10 additions & 1 deletion docs/freezeframe.min.js

Large diffs are not rendered by default.

11 changes: 10 additions & 1 deletion packages/freezeframe/dist/freezeframe.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/freezeframe/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const options = {
entry: './src/index.ts',
output: {
path: path.join(__dirname, OUTPUT_PATH),
publicPath: path.join(__dirname, PUBLIC_PATH),
publicPath: PUBLIC_PATH,
filename: `${OUTPUT_FILENAME}${BUNDLE_SUFFIX}`,
library: NAME,
libraryTarget: 'umd',
Expand Down

0 comments on commit af2e9e2

Please sign in to comment.