Skip to content

Commit

Permalink
fixed bug and format codes
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyiming0803 committed Sep 15, 2019
1 parent ec24cc7 commit e20d000
Show file tree
Hide file tree
Showing 26 changed files with 24 additions and 19 deletions.
6 changes: 3 additions & 3 deletions fe/build/webpack.base.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ module.exports = config => {
return args;
});

config.module.rule('ts').use('ts-loader').tap(options = > {
config.module.rule('ts').use('ts-loader').tap(options => {
options = merge(options, {
transpileOnly: true,
getCustomTransformers: () = > ({
getCustomTransformers: () => ({
before: [tsImportPluginFactory({
libraryName: 'vant',
libraryDirectory: 'es',
Expand All @@ -58,7 +58,7 @@ module.exports = config => {
return options;
});

config.plugin('copy').tap(args = > {
config.plugin('copy').tap(args => {
args[0][0].from = resolve('src/static/uploads');
args[0][0].to = 'static/uploads'
return args;
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion fe/dist/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion fe/dist/js/app.f8f84c89.js → fe/dist/js/app.7e13a66b.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions fe/dist/js/chunk-0026edc5.a42b2a41.js

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions fe/dist/js/chunk-37e01471.b1483029.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit e20d000

Please sign in to comment.