Fixed boundless webpack config
This commit is contained in:
@ -60,12 +60,9 @@ module.exports = {
|
|||||||
path.resolve(__dirname, 'app'),
|
path.resolve(__dirname, 'app'),
|
||||||
'node_modules'
|
'node_modules'
|
||||||
],
|
],
|
||||||
|
mainFields: ["browser", "main"],
|
||||||
alias: {
|
alias: {
|
||||||
shared: path.resolve(__dirname, 'shared'),
|
shared: path.resolve(__dirname, 'shared'),
|
||||||
'boundless-arrow-key-navigation': 'boundless-arrow-key-navigation/build',
|
|
||||||
'boundless-popover': 'boundless-popover/build',
|
|
||||||
'boundless-utils-omit-keys': 'boundless-utils-omit-keys/build',
|
|
||||||
'boundless-utils-uuid': 'boundless-utils-uuid/build'
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
|
Reference in New Issue
Block a user