mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
Minor updates
This commit is contained in:
parent
055f9f0d64
commit
3ed862aa4d
@ -59,3 +59,8 @@ Checkout files at /site/ folder for details
|
||||
+ yarn - to update packages
|
||||
+ yarn start - to start webpack webserver
|
||||
+ yarn build - to build assets# silverstripe-webpack
|
||||
|
||||
### TODO:
|
||||
|
||||
+ Planktos torrent auto-generation for static files (https://github.com/xuset/planktos#----------planktos)
|
||||
+ ServiceWorker auto-generation
|
@ -14,11 +14,7 @@ const config = merge.strategy({
|
||||
entry: {
|
||||
app: [
|
||||
'react-hot-loader/patch',
|
||||
'webpack-dev-server/client?http://' + conf.HOSTNAME + ':' + conf.PORT + '/',
|
||||
'webpack/hot/only-dev-server',
|
||||
],
|
||||
main: [
|
||||
'webpack-dev-server/client?http://' + conf.HOSTNAME + ':' + conf.PORT + '/',
|
||||
'webpack-dev-server/client?https://' + conf.HOSTNAME + ':' + conf.PORT + '/',
|
||||
'webpack/hot/only-dev-server',
|
||||
],
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user