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;
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.0
    29
    • latest

Version History

Package Sidebar

Install

npm i oly-tools

Weekly Downloads

80

Version

1.1.0

License

MIT

Unpacked Size

53.7 kB

Total Files

33

Last publish

Collaborators

  • nolyme