UNPKG

tween24

Version:

Tween24.js is animation library that enables fast coding using method chains.

18 lines (16 loc) 349 B
const defaultConfig = require("./webpack.config.js"); module.exports = { ...defaultConfig, mode: "production", output: { path: `${__dirname}/dist`, filename: "tween24.esm.js", library: { type: "module", }, module: true, }, experiments: { outputModule: true, }, };