Skip to content
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

hao to config ' Inline JavaScript is not enabled' ? #4

Open
HerSoul opened this issue May 18, 2019 · 2 comments
Open

hao to config ' Inline JavaScript is not enabled' ? #4

HerSoul opened this issue May 18, 2019 · 2 comments

Comments

@HerSoul
Copy link

HerSoul commented May 18, 2019

No description provided.

@kibbon
Copy link

kibbon commented Jul 23, 2019

In the function less of @stencil/less/index.js & index.cjs.js
About line 150~153, change the code to:
render(renderOpts.data, {
plugins: renderOpts.plugins,
javascriptEnabled: true,
filename: fileName
It works for me, but the experience is too bad.

@0xDing
Copy link

0xDing commented Dec 18, 2019

A temporary solution before PR is merged:

yarn remove @stencil/less 
yarn add --dev https://github.com/oortcast/stencil-less\#build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants