EGOIST
EGOIST
@OmgImAlexis i do try that too, doesn't work either
@OmgImAlexis no idea until I get home 😄 you should also use es modules
hmm I can't really reproduce this, maybe a minimal repo? I mean without unrelated code.
4.5.2 added a new option `resolvePlugins` that might be a solution to this: https://bili.egoist.sh/api/interfaces/config.html#resolveplugins
I prefer using npm scripts here.
hmm seems to work for me
A minimal repo would help me track down the error.
see https://github.com/vuejs/rollup-plugin-vue/issues/201 maybe you're using rollup-plugin-vue@4, try this flag `--no-vue.css` to make it work.
@JesusCrow You can search in the repo for now: https://github.com/egoist/poi.js.org
If it's a Vue.js, it might be caused by the cache of vue-loader/vue-style-loader, not entirely sure about this, but removing `node_modules/.cache` might help.