Skip to content

Commit e378284

Browse files
committed
remove confusing resolve alias for plotly.js in webpack config
1 parent 6ee3eee commit e378284

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

components/dash-core-components/webpack.config.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,6 @@ module.exports = (env, argv) => {
110110
},
111111
],
112112
},
113-
resolve: {
114-
alias: {
115-
'plotly.js': 'plotly.js-dist-min/plotly.min.js'
116-
}
117-
},
118113
optimization: {
119114
splitChunks: {
120115
name: '[name].js',

0 commit comments

Comments
 (0)