Updated Modular 0.10.10 which loosen Acorn.js validation
Haxe loader now using import instead of System.import to comply with Webpack 4 deprecation of the latter
Haxe loader can now emit "named chunks" (-D webpack_namedchunks)
Updated tests to Webpack 4
Prettier reformat (4 spaces, 100 chars wrapping, single quote strings)
PS: sorry about the reformat, I have reformat by default in my editor so it causes a bit of noise; in a future PR I can add proper, automatic, Prettier formatting
import
instead ofSystem.import
to comply with Webpack 4 deprecation of the latter-D webpack_namedchunks
)PS: sorry about the reformat, I have reformat by default in my editor so it causes a bit of noise; in a future PR I can add proper, automatic, Prettier formatting