We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d73c3 commit ac34313Copy full SHA for ac34313
packages/cycle-scripts-one-fits-all/configs/webpack.config.js
@@ -44,7 +44,6 @@ module.exports = createConfig([
44
() => customConfig, //Include user config
45
tslint(),
46
sass(),
47
- extractText('[name].css', 'text/x-sass'),
48
postcss([
49
autoprefixer({ browsers: ['last 2 versions'] })
50
]),
@@ -72,6 +71,7 @@ module.exports = createConfig([
72
71
73
env('production', [
74
tsIfDef(true),
+ extractText('[name].css', 'text/x-sass'),
75
addPlugins([
76
new CleanWebpackPlugin([appPath('build')]),
77
new CopyWebpackPlugin([{ from: 'public', to: '' }]),
0 commit comments