Skip to content

Commit

Permalink
use babili
Browse files Browse the repository at this point in the history
  • Loading branch information
nitin42 committed Jul 9, 2017
1 parent bf1d69f commit 8699be1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions webpack/config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const webpack = require('webpack'); // eslint-disable-line
const { join, resolve } = require('path');
const BabiliPlugin = require('babili-webpack-plugin'); // eslint-disable-line

const common = {
exclude: [
/node_modules/,
Expand Down Expand Up @@ -55,9 +55,9 @@ const externals = () => ({
'react-dom': 'react-dom',
'prop-types': 'prop-types',
'react-object-inspector': 'react-object-inspector',
'args': 'args',
'camelcase': 'camelcase',
'chalk': 'chalk',
args: 'args',
camelcase: 'camelcase',
chalk: 'chalk',
'lodash.clonedeep': 'lodash.clonedeep',
'string-similarity': 'string-similarity'
});
Expand Down

0 comments on commit 8699be1

Please sign in to comment.