Closed jonathonfletcher closed 8 months ago
The es6 import is the main work. This means that:
import solver from "./src/main.js"
is now valid. We can now use this form to import directly from TypeScript.
grunt is still the build system, but browserify / jshint / uglify are now replaced by webpack / eslint / babel.
src/main.js is now a 'clean' es6 import.
The es6 import is the main work. This means that:
import solver from "./src/main.js"
is now valid. We can now use this form to import directly from TypeScript.
grunt is still the build system, but browserify / jshint / uglify are now replaced by webpack / eslint / babel.