Closed csr632 closed 1 year ago
Is that means we should put @jspm/core
into dependencies
and serve it in production?
I have it in dependency but still getting the error.
Using jspm to self install jspm works form me.
i.e. jspm install jspm
as local dependency of project.
You have to have some version of jspm installed globally for this command to work.
jspm map -o dist/import-map.json --production
Get this error:My package.json:
@jspm/core
is indevDependencies
, which is ignored when using--production
. Is this intended?