Failed to load PostCSS config: Failed to load PostCSS config (****):: [ReferenceError] module is not

文章讲述了在项目中安装并配置postcss时遇到的错误,原因是postcss默认的module.exports与page.json的module类型冲突。解决办法包括将page.json的type改为commonjs,或在js文件中使用import/export或require。作者分享了自己的postcss.config.js配置示例,采用ES6的默认导出方式。
摘要由CSDN通过智能技术生成

1、项目安装postcss然后配置postcss.config.js重启项目报错

2、解决方法

postcss默认导出样式是通过module.exports = {**},但是目前page.json文件中都会默认配置"type":"module",这样则需要使用在js文件导入导出用import  和export,也可以使用将page.json中"type":"module"去掉,然后在js文件导入导出用module.export  和 require,然后重启项目就可以了,下面是我的配置文件,使用es6中的默认导出

Template execution failed: ReferenceError: document is not defined 这个错误表明在模板执行过程中发生了一个错误,错误信息为document is not defined。这个错误通常是由于在代码中尝试使用document对象,但是在当前的上下文中没有定义document对象所致。 根据提供的信息,可以看出你的错误可能与webpack打包配置有关。在你的index.html文件中,有一个<link rel="icon" href="<%=htmlWebpackPlugin.options.url%>favicon.ico"></link>的代码段,该代码段可能会尝试使用document对象。然而,由于webpack的打包过程中,document对象可能无法在服务器端运行时使用。这可能是导致错误的原因之一。 此外,还有一个<script src=<%= BASE_URL %>/tinymce4.7.***由于webpack的打包过程中,这段代码也可能无法正确执行。 要解决这个问题,你可以尝试将涉及到document对象的代码从模板中移出,并放置到适当的位置。你可以将这些代码放在适当的生命周期钩子函数中,例如在Vue组件的mounted钩子函数中。这样可以确保在浏览器环境中执行这些代码时,document对象已经定义好了。同时,你也可以使用Webpack的插件或者loader来处理这些特定的代码段,以适应打包的环境。具体的配置可以根据你的需求和项目的特点来确定。<span class="em">1</span><span class="em">2</span><span class="em">3</span> #### 引用[.reference_title] - *1* [打包报错ERROR in Template execution failed: ReferenceError: BASE_URL is not defined](https://blog.csdn.net/a1783118/article/details/131432872)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_1"}}] [.reference_item style="max-width: 50%"] - *2* *3* [Template execution failed: ReferenceError: htmlWebpackPlugin is not defined](https://blog.csdn.net/zyj24685144/article/details/116303942)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_1"}}] [.reference_item style="max-width: 50%"] [ .reference_list ]
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值