Skip to content

Commit

Permalink
* wirow adaptation
Browse files Browse the repository at this point in the history
  • Loading branch information
adamansky committed May 25, 2022
1 parent 269fbcc commit c790b5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/packages/excalidraw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
"gen:types": "tsc --project ../../../tsconfig-types.json",
"build:umd": "rm -rf dist && cross-env NODE_ENV=production webpack --config webpack.prod.config.js && cross-env NODE_ENV=development webpack --config webpack.dev.config.js && yarn gen:types",
"build:umd:withAnalyzer": "cross-env NODE_ENV=production ANALYZER=true webpack --config webpack.prod.config.js",
"build:umd:prod": "cross-env NODE_ENV=production webpack --config webpack.prod.config.js && yarn gen:types",
"pack": "yarn build:umd && yarn pack",
"start": "webpack serve --config webpack.dev-server.config.js",
"install:deps": "yarn install --frozen-lockfile && yarn --cwd ../../../",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/excalidraw/webpack.prod.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = {
library: "ExcalidrawLib",
libraryTarget: "umd",
filename: "[name].js",
chunkFilename: "excalidraw-assets/[name]-[contenthash].js",
chunkFilename: "excalidraw-assets/[name].js",
assetModuleFilename: "excalidraw-assets/[name][ext]",
publicPath: "",
},
Expand Down

0 comments on commit c790b5d

Please sign in to comment.