mirror of
https://github.com/fspc/workstand.git
synced 2025-02-23 01:13:22 -05:00
HMR Actually working!
This commit is contained in:
parent
ce64d08619
commit
084bf2eaa1
3
bikeshop_project/.babelrc
Normal file
3
bikeshop_project/.babelrc
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
presets: ['es2015', 'stage-0', 'react']
|
||||
}
|
@ -4,8 +4,10 @@
|
||||
"description": "A membership management app for the BCBC.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"build": "webpack --config webpack.config.js --progress --colors",
|
||||
"build-production": "webpack --config webpack.prod.config.js --progress --colors",
|
||||
"watch": "node server.js"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
@ -28,12 +30,14 @@
|
||||
"react": "^15.1.0",
|
||||
"react-addons-css-transition-group": "^15.1.0",
|
||||
"react-dom": "^15.1.0",
|
||||
"react-hot-loader": "^1.3.0",
|
||||
"react-tap-event-plugin": "^1.0.0",
|
||||
"react-toolbox": "^0.16.2",
|
||||
"sass-loader": "^3.2.0",
|
||||
"style-loader": "^0.13.1",
|
||||
"toolbox-loader": "0.0.3",
|
||||
"webpack": "^1.13.1",
|
||||
"webpack-bundle-tracker": "0.0.93"
|
||||
"webpack-bundle-tracker": "0.0.93",
|
||||
"webpack-dev-server": "^1.14.1"
|
||||
}
|
||||
}
|
||||
|
@ -28,10 +28,8 @@ config.module.loaders.push(
|
||||
{
|
||||
test: /\.jsx?$/,
|
||||
exclude: /node_modules/,
|
||||
loader: 'babel-loader',
|
||||
query: {
|
||||
presets: ['es2015', 'stage-0', 'react']
|
||||
}
|
||||
loaders: ['react-hot','babel-loader']
|
||||
|
||||
},
|
||||
{
|
||||
test: /(\.scss|\.css)$/,
|
||||
|
Loading…
x
Reference in New Issue
Block a user