File tree 4 files changed +1413
-45
lines changed
4 files changed +1413
-45
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "presets" : [
3
- [
4
- " env" ,
5
- {
6
- "modules" : false ,
2
+ "presets" : [" env" , " flow" ],
3
+ "env" : {
4
+ "production" : {
5
+ "plugins" : [
6
+ [
7
+ " babel-plugin-webpack-loaders" ,
8
+ {
9
+ "config" : " ${WEBPACK_CONFIG}" ,
10
+ "verbose" : true
11
+ }
12
+ ]
13
+ ]
7
14
}
8
- ],
9
- " flow"
10
- ],
15
+ }
11
16
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " find-with-regex" ,
3
- "version" : " 1.1.2 " ,
3
+ "version" : " 1.1.3 " ,
4
4
"description" : " findWithRegex util" ,
5
5
"author" : {
6
6
"name" : " Nik Graf" ,
43
43
"babel-preset-es2015" : " ^6.5.0" ,
44
44
"babel-preset-flow" : " ^6.23.0" ,
45
45
"babel-preset-stage-0" : " ^6.5.0" ,
46
+ "babel-plugin-webpack-loaders" : " ^0.9.0" ,
47
+ "webpack" : " ^2.2.1" ,
46
48
"draft-js" : " ^0.10.5" ,
47
49
"eslint" : " ^1.10.3" ,
48
50
"eslint-config-airbnb" : " 5.0.0" ,
Original file line number Diff line number Diff line change
1
+ module . exports = {
2
+ output : {
3
+ publicPath : '/' ,
4
+ libraryTarget : 'commonjs2' , // necessary for the babel plugin
5
+ } ,
6
+ module : {
7
+ loaders : [
8
+ ] ,
9
+ } ,
10
+ } ;
You can’t perform that action at this time.
0 commit comments