Skip to content

Commit

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

export default function () {
const config = {
Expand Down Expand Up @@ -42,7 +42,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 471ce37

Please sign in to comment.