UNPKG

jebcolors

Version:

npm module that contains colors, gradients and a class used to modify the colors or gradients

15 lines (14 loc) 355 B
/* eslint-disable @typescript-eslint/no-var-requires */ /* eslint-disable no-undef */ const path = require('path'); module.exports = { mode: 'production', entry: './dist/index.js', output: { filename: 'bundle.js', path: path.resolve(__dirname, 'dist'), }, externals: { 'crypto': 'crypto' } };