Hi, deployment problem here. The website is
https://bistro1640.netlify.app
I can run fine locally, i can netlify build and deploy from netfily-cli successfully but at runtime, the javascript bundle is broken by the following error in the console:
Uncaught SyntaxError: Unexpected token β}β
This is a gridsome site using tailwind and purgecss. The css seems to be generated ok as the visuals seem ok. These are my devdependencies
"devDependencies": {
"@fortawesome/free-regular-svg-icons": "^5.15.2",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-brands-svg-icons": "^5.15.2",
"@fortawesome/vue-fontawesome": "^2.0.2",
"@fullhuman/postcss-purgecss": "^3.0.0",
"autoprefixer": "^10.2.5",
"gridsome-plugin-composition-api": "0.0.3",
"netlify-cli": "^3.31.14",
"postcss": "^8.2.7",
"postcss-import": "^12.0.0",
"sass": "^1.32.8",
"tailwindcss": "^2.0.3",
"tailwindcss-selection-variant": "^0.1.0",
"@tailwindcss/typography": "^0.4.0",
"vue-svg-loader": "^0.16.0"
}
I have tried setting the node version on netlify to the same as my local and also forcing node_env = production on netlify with no successβ¦