mirror of
https://github.com/fazo96/ipfs-boards
synced 2025-01-25 14:54:19 +01:00
fixed deps and build system
This commit is contained in:
parent
28b4a6b46c
commit
dfe8ed0359
@ -44,6 +44,7 @@
|
||||
"react-dom": "~0.14.3",
|
||||
"react-markdown": "~1.0.5",
|
||||
"react-router": "~1.0.0",
|
||||
"stream-http": "~2.0.2",
|
||||
"style-loader": "~0.13.0",
|
||||
"webpack": "~1.12.6",
|
||||
"webpack-stream": "~2.1.1",
|
||||
|
@ -28,8 +28,8 @@ module.exports = {
|
||||
{ test: /\.json$/, loader: 'json' },
|
||||
{
|
||||
test: /\.jsx?$/,
|
||||
exclude: /(node_modules|bower_components)/,
|
||||
include: /webapp|lib|node_modules\/(ipfs-api|hoek|qs|boom|wreck)/,
|
||||
exclude: /(node_modules|bower_components)/,
|
||||
loader: 'babel',
|
||||
query: {
|
||||
presets: ['es2015','react'],
|
||||
|
Loading…
Reference in New Issue
Block a user