systemjs-plugin-vue icon indicating copy to clipboard operation
systemjs-plugin-vue copied to clipboard

Undesired dependency on SystemJS after compilation

Open ArmorDarks opened this issue 7 years ago • 0 comments

I know it's mostly abandoned but will leave this comment for others looking into.

After importing *.vue file, browser throws an error:

Uncaught ReferenceError: System is not defined

It is possible to workaround by loading SystemJS manually before running bundle.

But I'm not sure it was intended to have a need in SystemJS running in a browser after compilation. Wouldn't it be more beneficial to completely compile the code, so that bundles receive everything ready?

ArmorDarks avatar Feb 13 '18 20:02 ArmorDarks