Skip to content

Commit 833e8b1

Browse files
authored
Merge pull request #1945 from plotly/no-resolve-alias
clear unused resolve alias for `plotly.js` in webpack config
2 parents 020a508 + e378284 commit 833e8b1

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)