1
0
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:
Ivar 2016-09-23 12:40:41 +02:00
parent cfd604b36e
commit c89b91a84c

View File

@ -16,7 +16,6 @@ module.exports = {
resolve: {
root: [path.join(__dirname, 'src')],
extensions: ['', '.scss', '.css', '.js', '.jsx', '.json'],
modulesDirectories: ['web_modules', 'node_modules'],
},
output: {