UNPKG

caos-js

Version:

A lightweight JavaScript library to add chaotic and dynamic rotation effects to HTML elements on your webpage

12 lines (11 loc) 231 B
const path = require('path') module.exports = { entry: './index.js', output: { path: path.resolve(__dirname, 'dist'), filename: 'bundle.js', library: 'CaosJS', libraryTarget: 'umd', }, mode: 'production' };