motto-timer
Advanced tools
+1
-1
| { | ||
| "name": "motto-timer", | ||
| "version": "0.0.9", | ||
| "version": "0.0.10", | ||
| "description": "简单易用的JS定时器", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
| var path = require('path'); | ||
| module.exports = { | ||
| mode: 'development', // development or production | ||
| mode: 'production', // development or production | ||
| entry: './src/index.js', | ||
@@ -6,0 +6,0 @@ output: { |