{ ^ ReferenceError: module is not defined at file:///home/coenraad/claude-artifact-runner/tailwind.config.js:2:1 at ModuleJobSync.runSync (node:internal/modules/esm/module_job:367:35) at ModuleLoader.importSyncForRequire (node:internal/modules/esm/loader:325:47) at loadESMFromCJS (node:...
lint-config-prettier": "^8.6.0", "eslint-plugin-svelte": "^2.19.0", "eslint-plugin-svelte3": "^4.0.0", "lodash-es": "^4.17.21", "lucide-svelte": "^0.112.0", "postcss": "^8.4.21", "prettier": "^2.8.4", "prettier-plugin-svelte": "^2.9.0", "prettier-plugin-tailwind...
在编译前端项目时出现下面的问题: Failed to load PostCSS config: Failed to load PostCSS config (searchPath: D:/WebProject/imooc-front): [Failed to load PostCSS config] Failed to load PostCSS config (searchPath: D:/WebProject/imooc-front):This file is being treated as an ES module because i...
module.exports= { plugins: [require("tailwindcss"), require("autoprefixer")], }; 在默认使用vite创建的项目中,package.json文件中有一个配置为"type": "module",这时对应ECMAScript的语法规范,会使用ES Module模块的方式处理代码,对应的关键词为export和import,代码如下所示: exportdefault{plugins: {tailwind...
8:31:22 PM: warn - Tailwind is not purging unused styles because no template paths have been provided. 8:31:22 PM: warn - If you have manually configured PurgeCSS outside of Tailwind or are deliberately not removing unused styles, set `purge: false` in your Tailwind config file to silen...
But the components folder is not inside of the src folder Author Quietscher commented May 9, 2024 And I already tried setting a definite path in the config to the folder. It did not work on reactscripts start. sakshamvedi commented May 9, 2024 um when you install can you write the ...
User Config: modules, image, vite, extends, experimental, routeRules, nitro, sitemap, css, runtimeConfig, devtools Runtime Modules: @nuxtjs/tailwindcss@6.8.0, @vueuse/nuxt@10.1.2, @pinia/nuxt@0.4.11, @nuxt/image@1.0.0-rc.1, nuxt-simple-sitemap@2.7.0 Build Modules: - Reproduction Ope...
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied. ♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired. If you want to...
tailwindcss tapable temp-dir tempy terminal-link terser-webpack-plugin terser test-exclude text-table throat thunky timsort tiny-invariant tiny-warning tmpl to-fast-properties to-regex-range toidentifier tough-cookie tr46 tryer tsconfig-paths tslib tsutils type-check type-de...
(https://go.nuxtjs.dev/config-css) css: [ '~assets/scss/tailwind.scss', ], // Plugins to run before rendering page (https://go.nuxtjs.dev/config-plugins) plugins: [ ], // Auto import components (https://go.nuxtjs.dev/config-components) components: true, // Modules for dev and...