0.2.2 • Published 5 years ago

plebpack v0.2.2

Weekly downloads
35
License
-
Repository
github
Last release
5 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

5 years ago

0.2.1

5 years ago

0.1.2

5 years ago

0.2.0

5 years ago

0.1.1

6 years ago

0.1.1-alpha.0

6 years ago

0.1.0

6 years ago

0.0.1

6 years ago