This package has been deprecated

Author message:

This package is unmaintained and for reference only, please use the native tools instead

build-tools-webpack-babel

1.0.1 • Public • Published

npm version

build-tools-webpack-babel

Set of dependencies for running webpack with babel.

Install

npm install --save-dev build-tools-webpack-babel

Usage

In webpack.config.js:

const { rules } = require('build-tools-webpack-babel');

module.exports = {
  module: {
    rules
  }
};

or combined with other rules/loaders:

const { rules: babelRules } = require('build-tools-webpack-babel');

module.exports = {
  module: {
    rules: [
      ...babelRules,
      ... // other loaders
    ]
  }
}

Links

Readme

Keywords

none

Package Sidebar

Install

npm i build-tools-webpack-babel

Weekly Downloads

37

Version

1.0.1

License

MIT

Unpacked Size

2.61 kB

Total Files

5

Last publish

Collaborators

  • adidas