Этот коммит содержится в:
Christopher Speller
2016-09-23 10:22:35 -04:00
коммит произвёл GitHub
родитель 90f113dcda
Коммит 214f9c13a2
3 изменённых файлов: 43 добавлений и 39 удалений

Просмотреть файл

@@ -84,9 +84,6 @@ var config = {
}
]
},
sassLoader: {
includePaths: ['node_modules/compass-mixins/lib']
},
plugins: [
new webpack.ProvidePlugin({
'window.jQuery': 'jquery'
@@ -102,6 +99,13 @@ var config = {
minimize: !DEV,
debug: false
}),
new webpack.LoaderOptionsPlugin({
options: {
sassLoader: {
includePaths: ['node_modules/compass-mixins/lib']
}
}
}),
new webpack.DefinePlugin({
'process.env': {
NODE_ENV: JSON.stringify('production')