1 min readJul 31, 2018
Great work! Cheers
Next level — try to do it with less configuration:
- Get main module name from package.json
- dev/prod environments which automatically define watch, uglify and other related options
- Non-configurable dist folder. No need in that
- Also, you can experiment with node/browser environments to automatically define external dependencies but keep this option configurable
Idea is to create CRA-like tool to create libraries and really don’t care about build