mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 19:14:16 +00:00
fix entry
This commit is contained in:
parent
a47c7c4593
commit
ea34632669
@ -47,7 +47,7 @@ module.exports = (config = {}) => {
|
|||||||
assetsDir: ".",
|
assetsDir: ".",
|
||||||
minify: process.env.MODE !== "development",
|
minify: process.env.MODE !== "development",
|
||||||
lib: {
|
lib: {
|
||||||
entry: "src/index.ts",
|
entry: "src/App.jsx",
|
||||||
formats: ["cjs"],
|
formats: ["cjs"],
|
||||||
},
|
},
|
||||||
rollupOptions: {
|
rollupOptions: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user