Pin Neat v1.9 to avoid node-gyp 3.8

This commit is contained in:
Anthony Johnson 2019-07-19 10:50:54 -06:00
parent fb934e0916
commit af7d610bb9
3 changed files with 2 additions and 3 deletions

View File

@ -9,7 +9,7 @@
},
"dependencies": {
"bourbon": "~4.3",
"bourbon-neat": "~1.7",
"bourbon-neat": "~1.9",
"css-loader": "^2.1.1",
"file-loader": "^3.0.1",
"font-awesome": "^4.7.0",

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,6 @@
const path = require('path');
const merge = require('webpack-merge');
const exec = require('child_process').exec;
const FilewatcherPlugin = require('filewatcher-webpack-plugin');
const WatchPlugin = require('webpack-watch-files-plugin').default;
const ShellPlugin = require('webpack-shell-plugin');
const common = require('./webpack.common.js');