UNPKG

motto-timer

Version:

简单易用的JS定时器

10 lines (9 loc) 232 B
var path = require('path'); module.exports = { mode: 'production', // development or production entry: './src/index.js', output: { path: path.resolve(__dirname, 'release'), filename: 'bundle.js' } };