# Background

Considering user experience and security boundary restrictions, now we had to fully control the behavior or logic of project build process.

# About this directory

This directory is store the built-in config and extend config generating functions for the plugin project builder like `Webpack` or `Rollup`.

# File descriptions

## frontend.ts

Basic built-in configuration to build the `front-end` of a plugin project.

## backend.ts

Basic built-in configuration to build the `back-end` of a plugin project.
