mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Remove extension from webpack config for visualization bundle
This commit is contained in:
parent
d61cd99dbb
commit
7635c55cd7
1 changed files with 1 additions and 2 deletions
|
|
@ -21,8 +21,7 @@ module.exports = {
|
|||
filename: 'vis.bundle.js',
|
||||
},
|
||||
resolve: {
|
||||
root: __dirname + "/node_modules",
|
||||
extensions: [".js"]
|
||||
root: __dirname + "/node_modules"
|
||||
},
|
||||
module: {
|
||||
loaders: [{
|
||||
|
|
|
|||
Loading…
Reference in a new issue