Made upgrade to pass explicit ?type=css to all CSS via ESM import calls
Looks like something broke with develop with the importMap :/
Works fine with serve, though Rollup does emit this warning
% yarn build
yarn run v1.22.5
$ greenwood build
-------------------------------------------------------
Welcome to Greenwood (v0.15.0) ♻️
-------------------------------------------------------
Running Greenwood with the build command.
Initializing project config
Initializing project workspace contexts
Generating graph of workspace files...
pages to generate
/Users/owenbuckley/Workspace/analogstudios.net/repo/www.analogstudios.net/src/index.html
success, done generating all pages!
The 'this' keyword is equivalent to 'undefined' at the top level of an ES module, and has been rewritten
The 'this' keyword is equivalent to 'undefined' at the top level of an ES module, and has been rewritten
Related Issue
N / A
Summary of Changes
v0.15.0
?type=css
to all CSS via ESMimport
callsLooks like something broke with
develop
with the importMap :/Works fine with
serve
, though Rollup does emit this warningSame issue as in another SPA, but not an SSG / MPA 🤔
Both of those projects are using Lit@2 I believe, which is still in RC, fwiw
TODO