Skip to content
This repository has been archived by the owner on Jan 8, 2023. It is now read-only.

Commit

Permalink
📦 chore:update html2sketch
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Nov 4, 2020
1 parent 5e40365 commit 830e183
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
const { resolve } = require('path');
module.exports = {
entry: './src/node2Symbol.ts',
mode: 'production',
module: {
rules: [
{ test: /\.ts$/, loader: 'ts-loader' },
],
},

output: {
path: resolve(__dirname, './resources'),
filename: 'node2Symbol.bundle.js',
library: 'node2Symbol',
},
Expand Down

0 comments on commit 830e183

Please sign in to comment.