# @theorchard/frontend-cli-vite

## 3.1.0

### Minor Changes

-   Update sass to 1.80.0

## 3.0.1

### Patch Changes

-   Updated dependencies
    -   @theorchard/frontend-cli-core@3.1.0

## 3.0.0

### Major Changes

-   Update to vite 8

## 2.3.1

### Patch Changes

-   Preserve branded HTML placeholders during build

## 2.3.0

### Patch Changes

-   Include `base` property when using local config

## 2.2.5

### Patch Changes

-   SEC: vite from 7.3.1 to 7.3.2

## 2.2.4

### Patch Changes

-   SEC: lodash from 4.17.23 to 4.18.1
-   Updated dependencies
    -   @theorchard/frontend-cli-core@3.0.2

## 2.2.3

### Patch Changes

-   SEC: lodash-es from 4.17.23 to 4.18.1
-   Updated dependencies
    -   @theorchard/frontend-cli-core@3.0.1

## 2.2.2

### Patch Changes

-   Updated dependencies
    -   @theorchard/frontend-cli-core@3.0.0

## 2.2.1

### Patch Changes

-   Updated dependencies
    -   @theorchard/frontend-cli-core@2.1.1

## 2.2.0

### Minor Changes

-   Quiet sass deprecation warnings from dependencies

## 2.1.1

### Patch Changes

-   Updated dependencies
    -   @theorchard/frontend-cli-core@2.1.0

## 2.1.0

### Minor Changes

-   Upgrade Vite to v7 and sass to resolve esbuild vulnerabilities. Set node minimum version to v20.

## 2.0.9

### Patch Changes

-   Migrate lodash dependency to lodash-es, convert default imports to named imports

## 2.0.8

### Patch Changes

-   Bump vite to 5.4.21 and terser to 5.46.0

## 2.0.7

### Patch Changes

-   Bump lodash to 4.17.23 to fix vulnerabilities
-   Updated dependencies
    -   @theorchard/frontend-cli-core@2.0.2

## 2.0.6

### Patch Changes

-   Add missing `terser` dependency

## 2.0.5

### Patch Changes

-   Fix noisy build output about missing js maps from the raw-loader.
-   Updated dependencies
    -   vite@5.2.11
    -   @vitejs/plugin-legacy@5.4.0

## 2.0.4

### Patch Changes

-   Removed logic to split out suite libraries into separate chunks.
-   Added exported "defineConfig" function to let apps define custom configurations based on the default config and current context.

## 2.0.3

### Patch Changes

-   Updated dependencies
    -   vite@5.2.9

## 2.0.2

### Patch Changes

-   Fixes a bug in the html output where the configuration from frontend.config was not applied.

## 2.0.1

### Patch Changes

-   Updated dependencies
    -   @theorchard/frontend-cli-core@2.0.1

## 2.0.0

### Major Changes

-   Restricted to NodeJS >= 18
-   Package is exposed as an ESM module.
-   Updated dependencies
    -   @theorchard/frontend-cli-core@2.0.0

## 1.2.4

### Patch Changes

-   Updated dependencies
    -   @theorchard/frontend-cli-core@1.1.3

## 1.2.3

### Patch Changes

-   Adds app name prefix to bundles and assets.
-   Splits suite libraries into separate chunks.

## 1.2.2

### Patch Changes

-   Set assets output directory to root dist folder.

## 1.2.1

### Patch Changes

-   Add missing "--public-path" argument.

## 1.2.0

### Minor Changes

-   Added new "--clear" argument to clear the vite cache before run.

### Patch Changes

-   Updated dependencies
    -   @theorchard/frontend-cli-core@1.1.2

## 1.1.3

### Patch Changes

-   Fixed bug in configuration creation.
-   Updated vite dependencies.

## 1.1.2

### Patch Changes

-   Updated dependencies
    -   @theorchard/frontend-cli-core@1.1.1

## 1.1.1

### Patch Changes

-   Fix return type of `getConfig` function.
-   Does not apply default configuration if local config file is detected.

## 1.1.0

### Minor Changes

-   Exports new `getConfig` function to be used in custom vite or vitest config files.

### Patch Changes

-   Updated dependencies
    -   @theorchard/frontend-cli-core@1.1.0

## 1.0.3

### Patch Changes

-   Fixed the react-virtualized plugin.

## 1.0.2

### Patch Changes

-   Updated dependencies
    -   @theorchard/frontend-cli-core@1.0.1

## 1.0.1

### Patch Changes

-   Fixes path to index.html template.

## 1.0.0

### Major Changes

-   Initial release.
