- Fixing callback not being called on success with
kotatsu.build
.
- Upgrading deps.
- Upgrading deps.
- Adding support for
resolve.extensions
. - Adding the
--open
flag. - Detecting the presence of
index.html
in cwd for convenience. - Dropping obsolete
--babel
flag. - Fixing ties to webpack v5.
- Adapting
kotatsu
to webpack v5.
--public
is now nargs=2 so you can specify a custom mounting point.- Adding
package.json
configuration through thekotatsu
key.
- Upgrading dependencies.
- Handling object rest spread and class properties by default.
- Fixing default build path for client.
- Upgrading dependencies.
- Upgrading all dependencies (latest babel & webpack).
- Transpiling
es2015
code by default. - Adding callback to
build
. - Changing
--minify
into--production
. - CSS support.
- SCSS support.
- Fixing
node_modules
handling for backend usage.
- Upgrading to
babel-loader
7.0.0.
- Upgrading dependencies and switching to webpack 2.
- Adding unicode support for default HTML (@bverjat).
- Adding the
cors
option (@SeeThruHead).
- Fixing issues concerning
require.resolve
on Windows. - Exiting with the correct code when failing a build (@SeeThruHead).
- Fixing an issue related to child processes with Windows.
## 0.12.0
- Redirecting every route on the index.
- Adding the
server
option. - Fixing an issue concerning default options.
- Updating
http-proxy-middleware
.
- Updating dependencies.
- Proxy is now copying headers correctly.
- Source maps are now default.
- Merging some specific entries to avoid collisions.
- Adding plugins merging.
- Fixing ES6 config support.
- Cleaner log for the
serve
command. - Better log for the
build
command. - Fixing config merging precedences.
- Handling
webpack.config.babel.js
.
- Attempting to resolve entry file rather than checking the file's existence.
- Better priorities when solving webpack config.
- Fixing update logs.
- Fixing single string as webpack entry.
- Fixing error display when failing to load webpack config.
- Fixing missing dependency.
- Adding
--proxy
. - The
devServer
options of the webpack config are now passed towebpack-dev-middleware
. - Possibility to read the entry from a webpack config.
- Fixing an issue with the
run
command watching for changes.
- Adding the
run
command. - Adding the
build
command. - Adding the
monitor
command. - Adding the
--minify
option. - Better
--output
option. - Improving UX.
- Adding
--public
. - Back to lodash v3 for faster installation.
- Adding
--babel
.
- Using
--devtool
now implicitly enables--source-maps
.
- Handling warnings correctly.
- Adding json support for client.
- Fixing a progress bar collision.
- Fixing a bug when using both
--es2015
and--presets
. - Adding
NoErrorsPlugin
back.
- Fixing
__dirname
and__filename
.
- Fixing json support for node.
- Adding
--output
. - Adding
--presets
. - Better logs.
- Supporting script arguments through
--
. - Fixing
--es2015
and--jsx
.
- New tool covering client-side usage.
- Fixing yet another issue with JSON loader.
- Fixing an issue with the JSON loader.
- Handling compilation errors.
- Handling relative paths without
./
as entry. - Handling JSON out of the box.
- Adding
--version
. - Fixing and issue with
__dirname
and__filename
.