nuxt.js2.0如何添加 postcss 插件

《nuxt.js2.0如何添加 postcss 插件》

使用postcss报错

Making request to http://localhost:3005/article/details
[Vue warn]: Error in render: "TypeError: Cannot set property 'lastIndex' of undefined
Please report this to https://github.com/markedjs/marked."

found in

---> <MArticle> at pages/article/_id.vue
       <Nuxt>
         <TransitionGroup>
           <Default> at layouts/default.vue
             <Root>
× error TypeError: Cannot set property 'lastIndex' of undefined

nuxt.config.js中配置postcss

旧版本写法:
《nuxt.js2.0如何添加 postcss 插件》
nuxt2.0新写法:

《nuxt.js2.0如何添加 postcss 插件》

    原文作者:凯迪Wen
    原文地址: https://segmentfault.com/a/1190000017102070
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞