Skip to content

Commit c11b5c2

Browse files
authored
Try using bundledDependencies (#41)
1 parent b463663 commit c11b5c2

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

package.json

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,31 @@
5555
"devDependencies": {
5656
"react": "^15.2.1",
5757
"react-dom": "^15.2.1"
58-
}
59-
}
58+
},
59+
"bundledDependencies": [
60+
"autoprefixer",
61+
"babel-core",
62+
"babel-loader",
63+
"babel-plugin-transform-object-rest-spread",
64+
"babel-plugin-transform-react-constant-elements",
65+
"babel-preset-es2015",
66+
"babel-preset-es2016",
67+
"babel-preset-react",
68+
"cross-spawn",
69+
"css-loader",
70+
"eslint",
71+
"eslint-loader",
72+
"eslint-plugin-import",
73+
"eslint-plugin-react",
74+
"file-loader",
75+
"html-webpack-plugin",
76+
"json-loader",
77+
"opn",
78+
"postcss-loader",
79+
"rimraf",
80+
"style-loader",
81+
"url-loader",
82+
"webpack",
83+
"webpack-dev-server"
84+
]
85+
}

0 commit comments

Comments
 (0)