Skip to content

Commit

Permalink
fix: Upgrade dependencies to most recent supported. (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
yagni authored Oct 6, 2021
1 parent 975c525 commit d982570
Show file tree
Hide file tree
Showing 4 changed files with 24,097 additions and 9,453 deletions.
5 changes: 1 addition & 4 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"presets": [
"es2015"
],
"plugins": [
"transform-object-rest-spread"
"@babel/env"
]
}
4 changes: 3 additions & 1 deletion config/webpack/webpack-dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ const baseConfig = require('./webpack-base');
const devConfig = {
devServer: {
hot: true,
publicPath: '/dist/'
static: {
publicPath: '/dist/'
}
},
plugins: [
new webpack.HotModuleReplacementPlugin({})
Expand Down
Loading

0 comments on commit d982570

Please sign in to comment.