mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[babel] do not transform webpackShims with babel
This commit is contained in:
parent
e1b395004c
commit
01ec650b5d
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ var CommonsChunkPlugin = require('webpack/lib/optimize/CommonsChunkPlugin');
|
|||
let utils = require('requirefrom')('src/utils');
|
||||
let fromRoot = utils('fromRoot');
|
||||
let babelOptions = require('./babelOptions');
|
||||
let babelExclude = [/[\/\\](node_modules|bower_components)[\/\\]/];
|
||||
let babelExclude = [/[\/\\](webpackShims|node_modules|bower_components)[\/\\]/];
|
||||
|
||||
class BaseOptimizer {
|
||||
constructor(opts) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue