We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16fbd65 + 44b6190 commit 6710664Copy full SHA for 6710664
.npmignore
@@ -20,23 +20,6 @@ Thumbs.db
20
# Build directory
21
/assets/dist
22
23
-# EditorConfig
24
-.editorconfig
25
-
26
-# Git
27
-.gitignore
28
-.gitattributes
29
30
-# CI
31
-.travis.yml
32
33
-# lock files
34
-yarn.lock
35
36
-# Prettier
37
-.prettierrc
38
-.prettierignore
39
40
# Config files
41
renovate.json
42
_config.yml
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "webpack-mpa-ts",
3
- "version": "3.2.0",
+ "version": "3.3.0",
4
"description": "Multi page app setup with webpack",
5
"scripts": {
6
"build": "webpack --env.NODE_ENV=production",
0 commit comments