@barusu/webpack-source-map-loader
TypeScript icon, indicating that this package has built-in type declarations

0.3.1 • Public • Published

@barusu/webpack-source-map-loader


Install

  • npm

    npm install --save-dev @barusu/webpack-source-map-loader
  • yarn

    yarn add --dev @barusu/webpack-source-map-loader

Usage

  • Used in webpack:

    module.exports = {
      module: {
        rules: [
          {
            test: /\.js$/,
            use: ['@barusu/webpack-source-map-loader'],
            enforce: "pre"
          }
        ]
      }
    };

Why

It seems that source-map-loader is no longer maintained, but there still some problems when you are using lerna to structure your project:

Readme

Keywords

none

Package Sidebar

Install

npm i @barusu/webpack-source-map-loader

Weekly Downloads

4

Version

0.3.1

License

MIT

Unpacked Size

12.9 kB

Total Files

8

Last publish

Collaborators

  • lemonclown