Forgot password and reset password
This commit is contained in:
@@ -153,6 +153,7 @@ module.exports = {
|
||||
// It enables caching results in ./node_modules/.cache/babel-loader/
|
||||
// directory for faster rebuilds.
|
||||
cacheDirectory: true,
|
||||
plugins: [ 'transform-decorators-legacy' ]
|
||||
},
|
||||
},
|
||||
// "postcss" loader applies autoprefixer to our CSS.
|
||||
|
||||
@@ -157,6 +157,7 @@ module.exports = {
|
||||
options: {
|
||||
compact: true,
|
||||
},
|
||||
plugins: [ 'transform-decorators-legacy' ]
|
||||
},
|
||||
// The notation here is somewhat confusing.
|
||||
// "postcss" loader applies autoprefixer to our CSS.
|
||||
|
||||
Reference in New Issue
Block a user