|
|
|
@ -117,7 +117,7 @@ function loader() {
|
|
|
|
|
// 添加 @ts-nocheck 避免 ts-check 报错
|
|
|
|
|
// 修复export const 下 const不会被转译的问题
|
|
|
|
|
`// @ts-nocheck
|
|
|
|
|
export default window.URL.createObjectURL(new Blob([${JSON.stringify(compilation.assets[entry].source())}])); |
|
|
|
|
export default window.URL.createObjectURL(new Blob([${JSON.stringify(compilation.assets[entry].source())}], { type: 'text/javascript' })); |
|
|
|
|
` |
|
|
|
|
) |
|
|
|
|
: callback( |
|
|
|
|