File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,8 +20,7 @@ export let DEFAULT_OPTS = (outputDir) => {
2020
2121export const NPM_DEPENDENCIES = {
2222 'babel-core' : '^6.17.0' ,
23- 'babel-loader' : '^6.2.5' ,
24- 'babel-preset-es2015' : '^6.16.0'
23+ 'babel-loader' : '^6.2.5'
2524}
2625
2726/**
@@ -87,18 +86,6 @@ exports['${key}'].version = '${value}';`
8786 library : uid ,
8887 libraryTarget : 'umd'
8988 } ,
90- module : {
91- loaders : [
92- {
93- test : / \. j s $ / ,
94- loader : 'babel-loader' ,
95- query : {
96- presets : [
97- resolve . sync ( 'babel-preset-es2015' , { basedir : controllerPath } ) ]
98- }
99- }
100- ]
101- } ,
10289 resolve : {
10390 root : path . resolve ( path . join ( controllerPath , 'node_modules' ) )
10491 } ,
Original file line number Diff line number Diff line change @@ -108,7 +108,6 @@ export let DEFAULT_DEPENDENCIES = (branch) => {
108108 'babel-loader' : '^6.2.5' ,
109109 'style-loader' : '^0.13.1' ,
110110 'css-loader' : '^0.25.0' ,
111- 'babel-preset-es2015' : '^6.16.0' ,
112111 'css-loader' : '^0.25.0' ,
113112 'style-loader' : '^0.13.1' ,
114113 'webpack' : '2.1.0-beta.21'
You can’t perform that action at this time.
0 commit comments