1
0
mirror of https://github.com/fazo96/ipfs-boards synced 2025-01-10 12:24:20 +01:00

wip fix windows build

This commit is contained in:
Enrico Fasoli 2015-12-13 19:13:03 +08:00
parent bd93fb7612
commit a7dfc90427
2 changed files with 3 additions and 1 deletions

View File

@ -23,6 +23,7 @@
"babel-plugin-transform-runtime": "~6.3.13",
"babel-preset-es2015": "~6.3.13",
"babel-preset-react": "~6.3.13",
"babel-runtime": "^6.3.13",
"css-loader": "~0.23.0",
"eslint": "~1.10.3",
"eslint-plugin-react": "~3.11.3",
@ -31,6 +32,7 @@
"history": "~1.13.0",
"html-loader": "^0.4.0",
"html-webpack-plugin": "~1.7.0",
"https-browserify": "0.0.1",
"ipfs-api": "2.9.13",
"json-loader": "~0.5.4",
"lodash.sortedindex": "~3.1.1",

View File

@ -37,7 +37,7 @@ var config = {
},
{
test: /\.js$/,
include: /node_modules\/(ipfs-api|hoek|qs|boom|wreck)/,
include: /node_modules(\\|\/)(ipfs-api|hoek|qs|boom|wreck)/,
loader: 'babel',
query: {
presets: ['es2015'],