Skip to content

Commit 9fea835

Browse files
committed
no rm atk-vue-query-builder.min.js.map
1 parent e909adb commit 9fea835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Agile Toolkit Javascript library.",
55
"main": "../public/js/atkjs-ui.js",
66
"scripts": {
7-
"build": "webpack --env development && webpack --env production && rm ../public/js/atk-vue-query-builder.js.map && rm ../public/js/atk-vue-query-builder.min.js.map # 15.x vue-loader is producing sourcemap file with unstable/absolute path, remove rm once vue-loader is upgraded to at least 16.x",
7+
"build": "webpack --env development && webpack --env production",
88
"dev": "webpack --progress --watch --env development",
99
"profile": "webpack --env production --profile --json > profile/atkjs-bundle-profile.json",
1010
"analyze-profile": "webpack-bundle-analyzer profile/atkjs-bundle-profile.json",

0 commit comments

Comments
 (0)