Skip to content
This repository was archived by the owner on Jul 30, 2020. It is now read-only.

Commit ca4a67d

Browse files
committed
fix bug
1 parent 5263e8e commit ca4a67d

File tree

5 files changed

+1157
-181
lines changed

5 files changed

+1157
-181
lines changed

build/webpack.base.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ module.exports = {
5454
},
5555
{
5656
test: /\.js$/,
57-
include: [resolve('src'), resolve('test'),resolve('node_modules/mpvue-wxparse')],
57+
include: [resolve('src'), resolve('test')],
5858
use: [
5959
'babel-loader',
6060
{

0 commit comments

Comments
 (0)