jointed

1.9.0 • Public • Published

Jointed

Modify configurations like a boss

config = createChainable({
  output: {
    path: path.resolve(__dirname, "dist"),
    filename: "bundle.js",
  },
  module: {
    rules: []
  }
})
 
config
  .set('module.rules.js', {
    test: /\.js$/,
    use: [
      {
        loader: 'babel-loader',
        options: {}
      }
    ]
  })
 
config
  ['module.rules']
    .set('js.include', ['somesrc'])
    .delete('js.exclude')

/jointed/

    Package Sidebar

    Install

    npm i jointed

    Weekly Downloads

    3

    Version

    1.9.0

    License

    ISC

    Unpacked Size

    268 kB

    Total Files

    14

    Last publish

    Collaborators

    • inizio1