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 10dd6fc commit c8ef125Copy full SHA for c8ef125
webpack/production.js
@@ -26,7 +26,7 @@ const loaders = [
26
{
27
test: /\.scss$/,
28
loader: ExtractTextPlugin.extract({
29
- fallbac: 'style-loader',
+ fallback: 'style-loader',
30
use: [
31
{ loader: 'css-loader' },
32
{ loader: 'postcss-loader' },
0 commit comments