Uh oh!
There was an error while loading. Please reload this page.
Refactor plugins page - #13
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
e7952a9Compare- removing legacy scripts from plugins page
afd8453 to
f916477Compare6e8709d to
1f8abb3Compare- moving prompt sign to before pseudoelement
9e4312d to
139633aComparezyedidia
commented
Feb 17, 2020
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. |
vladimyr
commented
Feb 19, 2020
You get CORS exception on which request? |
ghost
commented
Mar 23, 2024
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 |
snowpacksnowpackproduction build precommit hook usinghusky