smoosee / webpack-plugin-istanbul

Minimal Webpack5 plugin for instrumenting code coverage using istanbul
MIT License
1 stars 0 forks source link

canot suport ts? #53

Open webliving opened 6 months ago

webliving commented 6 months ago

Module build failed (from ./node_modules/webpack-plugin-istanbul/dist/loader.js): SyntaxError: /../src/main.ts: Unexpected token, expected "from"

webliving commented 6 months ago

13 | 14 | import AppComponent from './App.vue'

15 | import type { ContainerType, MicroAppStateMergeActions } from './micro/sub-type' | ^ 16 | import axios from './plugins/axios' 17 | import appUseElementPlus from './plugins/element' 18 | import { router } from './routers'