1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +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 committed by Ivar Conradi Østhus
parent 6ccab99bb8
commit d3d833e105

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: {