mirror of
https://github.com/ant-design/ant-design.git
synced 2026-02-09 02:49:18 +08:00
open unsafeCache
This commit is contained in:
@@ -99,4 +99,3 @@ a & {
|
||||
transform: scale(0) translateX(-50%);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -12,7 +12,8 @@ module.exports = {
|
||||
cache: true,
|
||||
|
||||
resolve: {
|
||||
extensions: ['', '.js', '.jsx']
|
||||
extensions: ['', '.js', '.jsx'],
|
||||
unsafeCache: true
|
||||
},
|
||||
|
||||
noParse: /_site|node_modules/,
|
||||
|
||||
Reference in New Issue
Block a user