Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

example

Used for end-to-end testing and development purposes.

Note

Currently, the optimizeCss plugin does not support Webpack.

Quick Start

# Rebuild the library when making changes
bun prepack -w

# Create a local link to the library
bun link

In this folder, you can run the following commands:

# Install dependencies
bun i

Run the app in development mode. This should only apply the optimizeImports preprocessor.

bun run dev

Build the app for production. This should run both the optimizeImports and optimizeCss preprocessors.

bun run build