Load and save style from style api

This commit is contained in:
Lukas Martinelli
2016-12-03 23:28:43 +01:00
parent 2db80db95a
commit b5cfecec81
5 changed files with 61 additions and 7 deletions

View File

@@ -62,7 +62,9 @@ module.exports = {
}]
},
node: {
fs: "empty"
fs: "empty",
net: 'empty',
tls: 'empty'
},
devServer: {
contentBase: "./public",