Skip to content

Commit

Permalink
fix(boilerplate): Fix React external webpack and add travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
bertearazvan committed Aug 17, 2020
1 parent b7b7457 commit a2ed3e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
# env:
# - STAGE_NAME="4x-electron on Travis CI"
# <<: *defaults
- stage: build
provider: script
script: yarn build
- stage: release
# Advanced: optionally overwrite your default `script` step to skip the tests
# script: skip
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = {
formik: 'formik',
'formik-material-ui': 'formik-material-ui',
'prop-types': 'prop-types',
react: 'react',
react: 'React',
'react-dom': 'react-dom',
'react-spinners': 'react-spinners',
yup: 'yup',
Expand Down

0 comments on commit a2ed3e9

Please sign in to comment.