oly-tools
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

oly tools

oly tools is a module of the oly project.

Webpack helpers that are perfect for lazy people.

Installation

$ npm install -D oly-tools webpack ts-node typescript

Webpack

/webpack.config.ts

import { createConfiguration } from "oly-tools";
 
export default (env) => {
  
  const config = createConfiguration({
    env,
    entry: ["./src/main.ts"]
  });
  
  return config;
}

Dependencies (14)

Dev Dependencies (2)

Package Sidebar

Install

npm i oly-tools

Weekly Downloads

0

Version

1.1.0

License

MIT

Unpacked Size

53.7 kB

Total Files

33

Last publish

Collaborators

  • nolyme