Skip to content

Commit 0a8cf57

Browse files
committed
remove plotly.js from table and html-components webpack config
1 parent 24a4acc commit 0a8cf57

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ module.exports = (env, argv) => {
3737
const externals = ('externals' in overrides) ? overrides.externals : ({
3838
react: 'React',
3939
'react-dom': 'ReactDOM',
40-
'plotly.js-dist-min': 'Plotly',
4140
'prop-types': 'PropTypes'
4241
});
4342

components/dash-table/.config/webpack/base.js

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ module.exports = (options = {}) => {
3333
externals: {
3434
react: 'React',
3535
'react-dom': 'ReactDOM',
36-
'plotly.js-dist-min': 'Plotly'
3736
},
3837
module: {
3938
rules: [

0 commit comments

Comments
 (0)