Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
kumar303 committed May 12, 2017
1 parent c52d771 commit ed1308b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.l10n.config.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const BABEL_QUERY = Object.assign({}, babelrcObject, {
export default Object.assign({}, webpackConfig, {
entry: { [appName]: `src/${appName}/client` },
module: {
rules: getRules({ babelQuery: BABEL_QUERY });
rules: getRules({ babelQuery: BABEL_QUERY }),
},
plugins: [
// Don't generate modules for locale files.
Expand Down

0 comments on commit ed1308b

Please sign in to comment.