mirror of
https://github.com/urbit/shrub.git
synced 2024-11-24 13:06:09 +03:00
interface: removing react-refresh from babel config
This commit is contained in:
parent
0d290223b7
commit
466e4522e7
@ -4,7 +4,6 @@ module.exports = {
|
||||
'@babel/transform-runtime',
|
||||
'@babel/plugin-proposal-object-rest-spread',
|
||||
'@babel/plugin-proposal-optional-chaining',
|
||||
'@babel/plugin-proposal-class-properties',
|
||||
process.env.NODE_ENV !== 'production' && 'react-refresh/babel'
|
||||
'@babel/plugin-proposal-class-properties'
|
||||
]
|
||||
};
|
||||
|
@ -107,7 +107,7 @@ module.exports = {
|
||||
new webpack.DefinePlugin({
|
||||
'process.env.LANDSCAPE_SHORTHASH': JSON.stringify(GIT_DESC),
|
||||
'process.env.LANDSCAPE_STORAGE_VERSION': JSON.stringify(Date.now()),
|
||||
'process.env.LANDSCAPE_LAST_WIPE': JSON.stringify('2021-10-20'),
|
||||
'process.env.LANDSCAPE_LAST_WIPE': JSON.stringify('2021-10-20')
|
||||
}),
|
||||
|
||||
// new CleanWebpackPlugin(),
|
||||
|
Loading…
Reference in New Issue
Block a user