Skip to content

Commit ed65956

Browse files
committed
chore: 处理静态资源编译问题
1 parent e3d66d0 commit ed65956

File tree

6 files changed

+12042
-13
lines changed

6 files changed

+12042
-13
lines changed

package-lock.json

Lines changed: 12030 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"devDependencies": {
1818
"@babel/core": "^7.5.5",
1919
"@babel/plugin-proposal-class-properties": "^7.5.5",
20-
"conventional-changelog-cli": "^2.0.23",
2120
"@vue/babel-preset-app": "^3.9.2",
22-
"cross-env": "^5.1.5",
21+
"conventional-changelog-cli": "^2.0.23",
22+
"cross-env": "^5.2.1",
2323
"laravel-mix": "^4.1.2",
2424
"opencollective": "^1.0.3",
2525
"resolve-url-loader": "^3.1.0",
@@ -30,6 +30,7 @@
3030
"dependencies": {
3131
"@slimkit/plus-editor": "^0.0.3",
3232
"axios": "^0.19.0",
33+
"babel-plugin-transform-class-properties": "^6.24.1",
3334
"bootstrap-sass": "^3.3.7",
3435
"chart.js": "^2.7.2",
3536
"echarts": "^4.1.0",

public/assets/css/bootstrap.css

Lines changed: 7 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/assets/js/admin.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/assets/js/bootstrap.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webpack.mix.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,3 @@ mix.sass('resources/sass/bootstrap.scss', path.join('public', 'assets', 'css')).
4343
*/
4444

4545
mix.js('resources/assets/admin', path.join('public', 'assets', 'js'))
46-
mix.js('resources/js/app.js', 'public/js')
47-
.postCss('resources/css/app.css', 'public/css', [
48-
//
49-
]);

0 commit comments

Comments
 (0)