mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-01 00:08:27 +01:00
trying to fix travis build by cleaning up webpack config
This commit is contained in:
parent
cfd604b36e
commit
c89b91a84c
@ -16,7 +16,6 @@ module.exports = {
|
|||||||
resolve: {
|
resolve: {
|
||||||
root: [path.join(__dirname, 'src')],
|
root: [path.join(__dirname, 'src')],
|
||||||
extensions: ['', '.scss', '.css', '.js', '.jsx', '.json'],
|
extensions: ['', '.scss', '.css', '.js', '.jsx', '.json'],
|
||||||
modulesDirectories: ['web_modules', 'node_modules'],
|
|
||||||
},
|
},
|
||||||
|
|
||||||
output: {
|
output: {
|
||||||
|
Loading…
Reference in New Issue
Block a user