Parcel v1.7.0 Release Notes

Release Date: 2018-03-28 // about 6 years ago
  • โž• Added

    • โž• Add .vue file support Details
    • ๐Ÿ†• New faster resolver supporting absolute and tilde paths, and aliases Details
    • Content hash output file names in production Details
    • Automatically install missing dependencies that you require in your code Details
    • ๐Ÿ‘ Production sourcemaps support via uglify Details
    • โž• Add Pug and Jade support Details
    • โž• Add GLSL assets support Details
    • โž• Add overlay for build errors when using HMR Details
    • Implement pipelines to compose multiple asset types together Details
    • โž• Add --hmr-port and --hmr-hostname options to parcel watch Details
    • โž• Add support for specifying SSL certificate & key Details
    • ๐Ÿ‘ Allow specifying which browser to open with --open option Details
    • โž• Add data config option so it is possible to include global scss variables Details
    • โž• Add --log-level option Details
    • โž• Add support for data attr of object element Details
    • โž• Add useBuiltIns babel-preset-env option Details
    • ๐Ÿ‘Œ Support code splitting and loading WASM with --target=node Details

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix hmr runtime error Details
    • โž• Add server reference to bundler Details
    • ๐Ÿ›  Fix error when no "targets" options in .babelrc Details
    • ๐Ÿ”จ Refactor prettifySize Details
    • ๐Ÿ›  Fix property descriptor of config.internal in transforms/babel.js Details
    • only transform safe cssnano minifiers Details
    • ๐Ÿ›  fix electon hmr bug Details
    • ๐Ÿ›  Fix HMR hostname in browser Details
    • ๐Ÿ›  Fix srcset not working for source element Details
    • โšก๏ธ Update htmlnano Details
    • ๐Ÿ›  Fix svg dependencies not being found when using minification Details
    • 0๏ธโƒฃ Set TypeScript option esModuleInterop to true by default Details
    • HTML bundle serving bug Details
    • ๐Ÿ”„ Change default public-url to / Details
    • ๐Ÿ‘‰ Make --help same as help command Details
    • ๐Ÿ‘‰ Make -h same as help command Details
    • Close hmr server when HMRServer.stop() is called Details
    • ๐Ÿ›  Fix methods of LazyPromise Details
    • Ignore require if it is defined as a local variable Details
    • ๐Ÿ“ฆ Check browserslist prop in package.json for environments Details