-
I get an error when I add this code in nuxt.config.js:
```
postcss: CKEditorStyles.getPostCssConfig({
themeImporter: {
themePath: require.resolve('@ckeditor/ckeditor5-theme-lark')…
-
We're trying to update CKEditor5 to v34 in our Nuxt apps. One of the major changes was a switch to PostCSS 8. Following the instructions for this package breaks our build in a peculiar way.
We had …
udyux updated
2 years ago
-
Firstly, I'd like to give a massive thanks to @manuelodelain for taking over and maintaining this project for the last 18 months (especially as I haven't personally used Nuxt at all in that time, so m…
sam3d updated
10 months ago
-
_This is a question and not an issue with this module (which I love, it's been super helpful in countless projects for me!)_
I have Jest set up to run tests on my components, but as soon as I added…
-
It seems like `this.nuxt` is not defined at cacheRenderer (node_modules/nuxt-cache-module/src/index.js:23:13)
Using Nuxt 3.5
```
"devDependencies": {
"@apollo/client": "^3.7.12",
"@gr…
-
I keep getting this error with my image assets when I use this module with nuxt
```
Loading...
ERROR in ./src/assets/img/loading.gif
Module build failed (from ./node_modules/svg-to-vue-component…
-
![image](https://user-images.githubusercontent.com/16915053/137348234-b7ea2a4d-0ba6-4880-97a1-38fd05cccd44.png)
-
## Description
iconify's `getIcon` uses `validateIconName` which enforce some validation for an icon's name.
One validation is that a name must be split with `-` which is often not the case wit…
-
SSR build failing on Vercel with error `Cannot find module 'sharp'`
Probably related to https://github.com/nuxt/image/issues/430
Using this vercel.json:
```
{
"version": 2,
"routes": […
-
### Environment
OS: Windows-WSL2-Ubuntu 22.04
Node: 14.17 Docker Image: FROM mcr.microsoft.com/devcontainers/javascript-node:14
Project Version: V1.5.0 https://github.com/vuestorefront-community/…