I see a node_modules folder inside the static directory. Is that really needed? If we need any js we can require it inside our source files. Build process will automatically take care of it.
Having a whole package with tests, readme doesn't seem good.
I see a node_modules folder inside the static directory. Is that really needed? If we need any js we can require it inside our source files. Build process will automatically take care of it.
Having a whole package with tests, readme doesn't seem good.