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

Commit a71f8aa

Browse files
Marc-André Rivetbyronz
authored andcommitted
externalize prop-types
1 parent e901607 commit a71f8aa

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
- run:
2727
name: Install dependencies (dash)
2828
command: |
29-
git clone --depth 1 [email protected]:plotly/dash.git dash-main
30-
git clone --depth 1 [email protected]:plotly/dash-html-components.git
29+
git clone --depth 1 -b prop-types-dev [email protected]:plotly/dash.git dash-main
30+
git clone --depth 1 -b prop-types-dev [email protected]:plotly/dash-html-components.git
3131
. venv/bin/activate
3232
pip install -e ./dash-main --quiet
3333
cd dash-html-components && npm install --ignore-scripts && npm run build && pip install -e . && cd ..

webpack.config.js

Lines changed: 1 addition & 0 deletions
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)