mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
dev loader 插件弄丢了
This commit is contained in:
parent
072c3762ce
commit
b3a43b55e0
@ -120,6 +120,13 @@ fis.hook('commonjs', {
|
||||
extList: ['.js', '.jsx', '.tsx', '.ts']
|
||||
});
|
||||
|
||||
fis.match('::package', {
|
||||
postpackager: fis.plugin('loader', {
|
||||
useInlineMap: false,
|
||||
resourceType: 'mod'
|
||||
})
|
||||
})
|
||||
|
||||
fis
|
||||
.media('dev')
|
||||
.match('/node_modules/**.js', {
|
||||
|
Loading…
Reference in New Issue
Block a user