【发布时间】:2019-11-19 21:28:28
【问题描述】:
当我在 react-toastify npm 模块和服务器端渲染中使用 Error 时出现错误。 toastify/dist/ReactToastify.css 模块解析失败:意外令牌 (1:0) 您可能需要适当的加载程序来处理此文件类型。 |
Error:
.Toastify__toast-container { | z-index: 9999; | position: fixed;
ModuleParseError: Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type.
| .Toastify__toast-container {
| z-index: 9999;
| position: fixed;
【问题讨论】:
标签: reactjs webpack webpack-style-loader react-ssr