mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 09:23:13 +01:00
Specify webpack build is intended for browser
This commit is contained in:
parent
2ddb9ebd4a
commit
3291af0812
@ -208,6 +208,8 @@ const config = {
|
||||
|
||||
devtool: PRODUCTION ? '#source-map' : '#inline-source-map',
|
||||
|
||||
target: 'web',
|
||||
|
||||
resolve: {
|
||||
// Dedupe any dependencies' polyfill, react, or react-css-modules dependencies when
|
||||
// developing with npm link
|
||||
|
Loading…
Reference in New Issue
Block a user