updated plugins to support token-based auth
This commit is contained in:
@@ -18,11 +18,10 @@ export default {
|
||||
input: "src/main.ts",
|
||||
output: {
|
||||
file: "dist/main.js",
|
||||
format: "cjs"
|
||||
format: "cjs",
|
||||
sourcemap: true
|
||||
},
|
||||
|
||||
sourcemap: true,
|
||||
|
||||
plugins: [
|
||||
clean(),
|
||||
resolve(),
|
||||
|
||||
Reference in New Issue
Block a user