webpack not cleaning

master
howard 2021-04-26 00:49:05 -07:00
parent 960b0acb90
commit 27f2b9d380
2 changed files with 2 additions and 8 deletions

View File

@ -11,13 +11,6 @@ import { ToolTip } from './toolTip'
import './app.css'
// export async function serial(...args) {
// return (await import('bson')).serialize(...args);
// }
// export async function deserial(...args) {
// return (await import('bson')).deserialize(...args);
// }
let store
if (process.env.NODE_ENV === 'production') {

View File

@ -152,7 +152,8 @@ export const NavBar = () => {
}, 'Extrude'],
[Icon.Union, () => boolOp('u'), 'Union'],
[Icon.Subtract, () => boolOp('s'), 'Subtract'],
[Icon.Union, () => boolOp('u'), 'Union'],
// [Icon.Subtract, () => boolOp('s'), 'Subtract'],
[Icon.Intersect, () => boolOp('i'), 'Intersect'],
[MdInsertDriveFile, () => {
if (!confirmDiscard()) return