0.2.2 • Published 4 years ago

plebpack v0.2.2

Weekly downloads
35
License
-
Repository
github
Last release
4 years ago

Plebpack

Webpack configuration for the common people.

Example

webpack.config.ts

import config, {entry, output} from 'plebpack';

config.use(entry('./example/index.js'));
config.use(output('./example/[name].js'));

export default config;
0.2.2

4 years ago

0.2.1

4 years ago

0.1.2

4 years ago

0.2.0

4 years ago

0.1.1

5 years ago

0.1.1-alpha.0

5 years ago

0.1.0

5 years ago

0.0.1

5 years ago