-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: prevent printing defineVars()
into an inline style
#1001
base: main
Are you sure you want to change the base?
Conversation
|
@@ -7,7 +7,7 @@ | |||
"url": "https://github.com/withastro/compiler.git" | |||
}, | |||
"scripts": { | |||
"build": "make wasm", | |||
"build": "CGO_ENABLED=0 GOOS=js GOARCH=wasm go build \"-ldflags=-s -w\" -trimpath -o ./packages/compiler/wasm/astro.wasm ./cmd/astro-wasm/astro-wasm.go", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what's this about?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So that it isn't necessary to install make
to contribute to the project, just pnpm and go.
defineVars()
into an inline scriptdefineVars()
into an inline style
Can this be merged in the next release please. |
Changes
define:vars
not working withis:inline
directive in<style>
tags #1000Testing
Docs