There is a problem when compile:
Module build failed (from ./node_modules/svelte-loader/index.js):
Error: TypeError: TypeError: Cannot read property ‘data’ of undefined
node_modules\svelte-loader\lib\virtual.js:74
if (storage.data instanceof Map) {
That problem is after add …CSS… in Any Component.
Global CSS works
for example after added this style i have error on compile
someone know where is the problem?