build: export only named exports from the package (#5045)
* build: export only named exports from the package * update docs * Update src/packages/excalidraw/CHANGELOG.md * fix lint
This commit is contained in:
@@ -12,7 +12,7 @@ module.exports = {
|
||||
},
|
||||
output: {
|
||||
path: path.resolve(__dirname, outputDir),
|
||||
library: "Excalidraw",
|
||||
library: "ExcalidrawLib",
|
||||
libraryTarget: "umd",
|
||||
filename: "[name].js",
|
||||
chunkFilename: "excalidraw-assets-dev/[name]-[contenthash].js",
|
||||
|
||||
Reference in New Issue
Block a user