mirror of
https://github.com/fazo96/ipfs-boards
synced 2025-03-29 00:08:39 +01:00
wip fix windows build
This commit is contained in:
parent
bd93fb7612
commit
a7dfc90427
@ -23,6 +23,7 @@
|
|||||||
"babel-plugin-transform-runtime": "~6.3.13",
|
"babel-plugin-transform-runtime": "~6.3.13",
|
||||||
"babel-preset-es2015": "~6.3.13",
|
"babel-preset-es2015": "~6.3.13",
|
||||||
"babel-preset-react": "~6.3.13",
|
"babel-preset-react": "~6.3.13",
|
||||||
|
"babel-runtime": "^6.3.13",
|
||||||
"css-loader": "~0.23.0",
|
"css-loader": "~0.23.0",
|
||||||
"eslint": "~1.10.3",
|
"eslint": "~1.10.3",
|
||||||
"eslint-plugin-react": "~3.11.3",
|
"eslint-plugin-react": "~3.11.3",
|
||||||
@ -31,6 +32,7 @@
|
|||||||
"history": "~1.13.0",
|
"history": "~1.13.0",
|
||||||
"html-loader": "^0.4.0",
|
"html-loader": "^0.4.0",
|
||||||
"html-webpack-plugin": "~1.7.0",
|
"html-webpack-plugin": "~1.7.0",
|
||||||
|
"https-browserify": "0.0.1",
|
||||||
"ipfs-api": "2.9.13",
|
"ipfs-api": "2.9.13",
|
||||||
"json-loader": "~0.5.4",
|
"json-loader": "~0.5.4",
|
||||||
"lodash.sortedindex": "~3.1.1",
|
"lodash.sortedindex": "~3.1.1",
|
||||||
|
@ -37,7 +37,7 @@ var config = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
test: /\.js$/,
|
test: /\.js$/,
|
||||||
include: /node_modules\/(ipfs-api|hoek|qs|boom|wreck)/,
|
include: /node_modules(\\|\/)(ipfs-api|hoek|qs|boom|wreck)/,
|
||||||
loader: 'babel',
|
loader: 'babel',
|
||||||
query: {
|
query: {
|
||||||
presets: ['es2015'],
|
presets: ['es2015'],
|
||||||
|
Loading…
Reference in New Issue
Block a user