We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8e7080 commit b5df354Copy full SHA for b5df354
lib/mp-compiler/util.js
@@ -121,7 +121,7 @@ function getBabelrc (src) {
121
return ''
122
}
123
124
-const defaultPart = type => {
+function defaultPart (type) {
125
return {
126
type,
127
content: '\n',
@@ -134,6 +134,7 @@ const defaultPart = type => {
134
names: [],
135
mappings: '',
136
sourcesContent: []
137
+ }
138
139
140
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mpvue-loader",
3
- "version": "1.1.3",
+ "version": "1.1.4",
4
"description": "mpvue single-file component loader for Webpack",
5
"main": "index.js",
6
"repository": {
0 commit comments