Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 2.49 KB

CHANGELOG.md

File metadata and controls

55 lines (37 loc) · 2.49 KB

1.9.0

1.8.0

  • Inject emotion styles to <head> instead on inline Commit.
  • Build React App files with ReScript syntax.
  • Remove webpackOutputDir param Commit.
  • Tweak webpack chunks Commit.

1.7.0

  • Add headCssFilepaths field to inject CSS to page's <head>, PR.
  • Refactor watcher, rebuild pages on demand with a debounced function instead of checking queue with setInterval, Commit.
  • Improve/refactor logging, add logLevel parameter to build/start commands, PR.

1.6.0

  • Add headCss field to page to inject CSS into result HTML.
  • Minify HTML in production mode.
  • Refactor node-loader.
  • Reorganize modules, remove unused code, some refactoring.

1.5.0

  • Add aggregateTimeout option to Webpack config to avoid too often rebuilding.
  • Move some dependencies to peerDependencies.
  • Bump webpack-dev-server dependency.

1.4.0

  • Format files, add .css to asset regex.

1.3.0

  • Fix path to node loader in binary.

1.2.0

  • Make node-loader compatible with prev node versions.

1.1.0

  • Add binary file that runs node with experimental loader.

1.0.0

  • Switch to major version.