Skip to content

Commit d4a8807

Browse files
committed
helium.bundle.js -> vis.bundle.js
1 parent 9b6ec4a commit d4a8807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zeppelin-zengine/src/main/resources/helium/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
module.exports = {
1919
entry: './load.js',
20-
output: { path: './', filename: 'helium.bundle.js', },
20+
output: { path: './', filename: 'vis.bundle.js', },
2121
module: {
2222
loaders: [{
2323
test: /\.js$/,

0 commit comments

Comments
 (0)