Skip to content

Commit 4958b80

Browse files
committed
refactor: context isolation via preload script
Signed-off-by: Adam Setch <[email protected]>
1 parent 0259505 commit 4958b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/webpack.config.main.base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const configuration: webpack.Configuration = {
1919

2020
output: {
2121
path: webpackPaths.buildPath,
22-
filename: 'main.js',
22+
filename: '[name].js',
2323
library: {
2424
type: 'umd',
2525
},

0 commit comments

Comments
 (0)