You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,8 @@ This template allows you to quickly start a web extension containing:
8
8
- Vuex (configurable),
9
9
- Webpack,
10
10
- CSS extraction,
11
-
- A Bash script for removing `eval` usages to comply with the Content Security Policy of Chrome/Firefox web store, is automatically called at each build,
12
-
- A Python script to automatically bundle your extension into a zip file.
11
+
- A script for removing `eval` usages to comply with the Content Security Policy of Chrome/Firefox web store, is automatically called for each build,
12
+
- A script to package your extension into a `.zip` file.
13
13
14
14
## Requirements
15
15
@@ -26,13 +26,17 @@ $ npm install
26
26
$ npm run build
27
27
```
28
28
29
-
### `npm run watch`
29
+
### `npm run build`
30
30
31
-
Watch for modifications then run `npm run build`
31
+
Build the extension into `dist` folder for **production**.
32
32
33
-
### `npm run build`
33
+
### `npm run build:env`
34
+
35
+
Build the extension into `dist` folder for **development**.
0 commit comments