panexe / nn-mui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nn-mui

To keep the size of the git-repo small the node-modules folder is not included. After runninng

npm install 

you need to edit the webpack.config.js file in react-scripts/config/ to get worker-plugin running.

Add the import

const WorkerPlugin = require("worker-plugin");

and in the plugin array:

plugins: [
      // Generates an `index.html` file with the <script> injected.
      new WorkerPlugin(),
      ...

About


Languages

Language:TypeScript 96.1%Language:JavaScript 2.9%Language:HTML 1.0%