Skip to content

Commit 8030e3f

Browse files
authored
fix missing postcss.config.js at root (#26)
1 parent 4bd9482 commit 8030e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack_boilerplate/frontend_template/hooks/post_gen_project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
SUCCESS = "\x1b[1;32m [SUCCESS]: "
1010

1111
DENY_LIST = [".gitignore"]
12-
ALLOW_LIST = ["package.json", "package-lock.json"]
12+
ALLOW_LIST = ["package.json", "package-lock.json", "postcss.config.js"]
1313

1414

1515
def print_success_msg(msg):

0 commit comments

Comments
 (0)