ReForum | minimal forum board application | State Container library
kandi X-RAY | ReForum Summary
kandi X-RAY | ReForum Summary
A minimal forum application built with the following technologies:.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of ReForum
ReForum Key Features
ReForum Examples and Code Snippets
Community Discussions
Trending Discussions on ReForum
QUESTION
config/webpack.dev.config.js:
...ANSWER
Answered 2019-Jul-21 at 02:35Because you exluded the css file from css-loader. So the webpack didn't know what to do with the file. You need to write a new module loader for that file.
QUESTION
I am modifying a forum software at here
After installing "npm install -S react-draft-wysiwyg" on that forum project, I tried to apply global css by putting "import 'react-draft-wysiwyg/dist/react-draft-wysiwyg.css';" at the top of some React component js file in that forum software.
But it looks like something is blocking global CSS. CSS in that import didn't affect React js file. But I do not know what is blocking global css. My only guess is could be somewhat related to webpack but not sure.
I tried making a new react project by "npx create-react-app" and applied that global css, and it worked there. So I concluded that something is blocking global css in that forum project so that global CSS implementation doesn't work in that forum software only.
Here is package.json that forum software uses:
...ANSWER
Answered 2019-Jul-21 at 00:17You are using css-loader
in webpack. So normal css will be compiled to another name such as
localIdentName: "[local]___[hash:base64:5]"
You can write your css with global
such as
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install ReForum
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page