Skip to content

Commit fb34b52

Browse files
authored
Merge pull request #1929 from plotly/more-plotly.js-dist-min
use plotly.js-dist-min in webpack externals
2 parents cc9e3f6 + 0a8cf57 commit fb34b52

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
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': 'Plotly',
4140
'prop-types': 'PropTypes'
4241
});
4342

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

Lines changed: 0 additions & 1 deletion
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': 'Plotly'
3736
},
3837
module: {
3938
rules: [

0 commit comments

Comments
 (0)