-
Notifications
You must be signed in to change notification settings - Fork 10
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
Refactor plugins page #13
base: master
Are you sure you want to change the base?
Conversation
- converting plugins search to ES module - using npm packages through `snowpack` - adding `snowpack` production build precommit hook using `husky` - linting micro_files using ESLint/semistandard - preventing lockfile generation - adding editorconfig
8149e9b
to
e7952a9
Compare
- removing legacy scripts from plugins page
afd8453
to
f916477
Compare
6e8709d
to
1f8abb3
Compare
- moving prompt sign to before pseudoelement
9e4312d
to
139633a
Compare
When I test this I get a "Cross-Origin Request Blocked" error. I'm a little bit concerned because this PR adds a lot of complexity and I'm not an expert in web programming. |
You get CORS exception on which request? |
I tested locally and had no CORS error.
Regarding this added complexity for those who are not web developers, what do you think about adding a |
snowpack
snowpack
production build precommit hook usinghusky