Use single webpack and npm config

This commit is contained in:
Björn Fromme
2018-04-20 08:01:07 +02:00
parent d6ca53f531
commit 3153f78d96
14 changed files with 143 additions and 10444 deletions
+6
View File
@@ -0,0 +1,6 @@
module.exports = {
parser: false,
plugins: {
'autoprefixer': {},
}
};