0.5.7 • Published 10 months ago

@langri-sha/webpack v0.5.7

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@langri-sha/webpack

A package that aggregates Webpack dependencies, making it easier to use Webpack for your builds in monorepos.

Features

  • provides a resolve loader, so you can build in the monorepo without having to install dependencies in each package
  • supports resolving TypeScript modules out of the box

Usage

Install the dependencies:

npm install -D wepback webpack-cli

Then configure your Webpack configuration:

// webpack.config.js
import { type Configuration, resolve, resolveLoader } from '@langri-sha/webpack'

export default {
  resolve,
  resolveLoader
} as Configuration
0.5.7

10 months ago

0.5.6

10 months ago

0.5.4

11 months ago

0.5.3

11 months ago

0.5.5

11 months ago

0.5.0

12 months ago

0.4.0

1 year ago

0.5.2

11 months ago

0.5.1

11 months ago

0.3.4

1 year ago

0.3.3

1 year ago

0.3.2

1 year ago

0.3.0

1 year ago

0.3.1

1 year ago

0.2.0

1 year ago