Skip to content

Commit

Permalink
fix typo (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvictor authored and arunoda committed Sep 22, 2016
1 parent 471ce37 commit db2d70c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server/config/webpack.config.prod.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import path from 'path';
import webpack from 'webpack';
import { OccurenceOrderPlugin, includePaths, excludePaths, loadEnv } from './utils';
import babalLoaderConfig from './babel.prod.js';
import babelLoaderConfig from './babel.prod.js';

export default function () {
const entries = {
Expand Down Expand Up @@ -49,7 +49,7 @@ export default function () {
{
test: /\.jsx?$/,
loader: require.resolve('babel-loader'),
query: babalLoaderConfig,
query: babelLoaderConfig,
include: includePaths,
exclude: excludePaths,
},
Expand Down

0 comments on commit db2d70c

Please sign in to comment.