Skip to content

Commit

Permalink
Merge pull request #437 from CPatchane/transpiled_ui
Browse files Browse the repository at this point in the history
Use transpiled cozy-ui components
  • Loading branch information
CPatchane authored Feb 4, 2019
2 parents 46837fd + 91e4949 commit db1d702
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/webpack.config.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ module.exports = {
modules: [SRC_DIR, 'node_modules'],
alias: {
react: path.resolve(__dirname, 'aliases/globalReact'),
'react-dom': path.resolve(__dirname, 'aliases/globalReactDOM')
'react-dom': path.resolve(__dirname, 'aliases/globalReactDOM'),
'cozy-ui/react': 'cozy-ui/transpiled/react'
}
},
devtool: '#source-map',
Expand Down

0 comments on commit db1d702

Please sign in to comment.