Jiagia / official-website

0 stars 0 forks source link

SEO Integration Issue #1

Open AlexJH221 opened 11 months ago

AlexJH221 commented 11 months ago

`✘ [ERROR] Unexpected token (2:18) [plugin css-side-effects-plugin]

browser-route-module:root.jsx?browser:1:31:
  1 │ export { default, links } from "./root.jsx";
    ╵                                ~~~~~~~~~~~~

This error came from the "onLoad" callback registered here:

node_modules/@shopify/cli-hydrogen/node_modules/@remix-run/dev/dist/compiler/plugins/cssSideEffectImports.js:64:12:
  64 │       build.onLoad({
     ╵             ~~~~~~

at setup (/home/alexh221/repos/official-website/node_modules/@shopify/cli-hydrogen/node_modules/@remix-run/dev/dist/compiler/plugins/cssSideEffectImports.js:64:13)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async handlePlugins (/home/alexh221/repos/official-website/node_modules/esbuild/lib/main.js:1326:9)`

We get this bug whenever we try to import the in root.jsx. We cannot find the source of issue, but will work on later in the future.