mallow-fight / meer-pack

a meer pack tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

a simple tool to pack js only

usage

  1. config your webpack
import pack from 'meer-pack'
pack({
    entry: './components/index.js',
    mode: 'development',
    outputConfig: {
        filename: 'bundle.js',
        path: '../dist'
    }
})
  1. build it
script: {
    'build': 'npm run build'
}

About

a meer pack tools

License:MIT License


Languages

Language:JavaScript 96.6%Language:Makefile 3.4%