Skip to content

Commit

Permalink
Linting: vue lints
Browse files Browse the repository at this point in the history
  • Loading branch information
WunderJacob committed Nov 24, 2023
1 parent 0a964dd commit 5929a62
Show file tree
Hide file tree
Showing 4 changed files with 931 additions and 1,792 deletions.
862 changes: 0 additions & 862 deletions amd/build/app-lazy.js

This file was deleted.

928 changes: 928 additions & 0 deletions amd/build/app-lazy.min.js

Large diffs are not rendered by default.

929 changes: 1 addition & 928 deletions amd/src/app-lazy.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions vue3/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ module.exports = (env, options) => {
exports = {
entry: './main.js',
output: {
path: path.resolve(__dirname, '../amd/src'),
path: path.resolve(__dirname, '../amd/build'),
publicPath: '/dist/',
filename: 'app-lazy.js',
filename: 'app-lazy.min.js',
chunkFilename: "[id].app-lazy.min.js?v=[hash]",
libraryTarget: 'amd',
},
Expand Down

0 comments on commit 5929a62

Please sign in to comment.