Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit dfcc74e

Browse files
author
Marc-André Rivet
committed
externalize prop-types
1 parent e1f3647 commit dfcc74e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
- run:
3030
name: Install dependencies (dash)
3131
command: |
32-
git clone --depth 1 [email protected]:plotly/dash.git dash-main
33-
git clone --depth 1 [email protected]:plotly/dash-core-components.git
32+
git clone --depth 1 -b prop-types-dev [email protected]:plotly/dash.git dash-main
33+
git clone --depth 1 -b prop-types-dev [email protected]:plotly/dash-core-components.git
3434
git clone --depth 1 [email protected]:plotly/dash-table.git
3535
. venv/bin/activate
3636
pip install -e ./dash-main --quiet

webpack.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ module.exports = (env, argv) => {
3838
react: 'React',
3939
'react-dom': 'ReactDOM',
4040
'plotly.js': 'Plotly',
41+
'prop-types': 'PropTypes'
4142
});
4243

4344
return {

0 commit comments

Comments
 (0)