Skip to content

Commit c8ef125

Browse files
committed
Fix typo in production webpack
1 parent 10dd6fc commit c8ef125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack/production.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const loaders = [
2626
{
2727
test: /\.scss$/,
2828
loader: ExtractTextPlugin.extract({
29-
fallbac: 'style-loader',
29+
fallback: 'style-loader',
3030
use: [
3131
{ loader: 'css-loader' },
3232
{ loader: 'postcss-loader' },

0 commit comments

Comments
 (0)