produciton

master
Michael Murtaugh 3 years ago
parent 9617bb3bf5
commit 5c949195e9

1221
dist/ticlab.js vendored

File diff suppressed because one or more lines are too long

@ -2,7 +2,7 @@ const path = require('path');
module.exports = {
entry: './src/ticlab.js',
mode: "development",
mode: "production",
output: {
filename: 'ticlab.js',
path: path.resolve(__dirname, 'build'),

Loading…
Cancel
Save