da033e27ea
* Start of cli docs * Document the CLI Also adds support for the `--config` option and `--port` option for the dev server. * Add tests for --config and --port flags * Add port to validateConfig
5 lines
63 B
JavaScript
5 lines
63 B
JavaScript
export default {
|
|
extensions: {
|
|
'.jsx': 'preact',
|
|
},
|
|
};
|