Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit 9fe3712

Browse files
committed
refactor: remove unused variable
1 parent eeb1b8e commit 9fe3712

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: templates/webpack.typescript.js

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ module.exports = env => {
1313
throw new Error("You need to provide a target platform!");
1414
}
1515
const platforms = ["ios", "android"];
16-
const mainSheet = "app.css";
1716
const { snapshot, uglify, report } = env;
1817

1918
const config = {

0 commit comments

Comments
 (0)