Skip to content

Commit d9f4be1

Browse files
committed
fix: remove app.js and app.css in package.json
1 parent 363c816 commit d9f4be1

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

package.json

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -71,19 +71,6 @@
7171
"instructions": "./build/instructions.js",
7272
"providers": [
7373
"@slynova/symfony-encore"
74-
],
75-
"templates": {
76-
"basePath": "./build/templates",
77-
"resources": [
78-
{
79-
"src": "app.css",
80-
"dest": "css/app.css"
81-
},
82-
{
83-
"src": "app.js",
84-
"dest": "js/app.js"
85-
}
86-
]
87-
}
74+
]
8875
}
8976
}

0 commit comments

Comments
 (0)