Skip to content

Commit c9dff3c

Browse files
committed
chore(release): v1.4.10
1 parent cc57259 commit c9dff3c

File tree

4 files changed

+5
-15
lines changed

4 files changed

+5
-15
lines changed

CHANGELOG.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,6 @@
88

99

1010

11-
<a name="1.4.10"></a>
12-
## [1.4.10](https://github.com/IndexXuan/vue-cli-plugin-vite/compare/v1.4.9...v1.4.10) (2021-09-15)
13-
14-
15-
### Bug Fixes
16-
17-
* dont use Nullish Coalescing Operator for old version nodejs ([40ada1c](https://github.com/IndexXuan/vue-cli-plugin-vite/commit/40ada1c))
18-
19-
20-
2111
<a name="1.4.9"></a>
2212
## [1.4.9](https://github.com/IndexXuan/vue-cli-plugin-vite/compare/v1.4.8...v1.4.9) (2021-09-15)
2313

examples/my-spa-js-app/src/App.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
<div id="app">
33
<img alt="Vue logo" src="~@/assets/logo.png" />
44
<HelloWorld msg="Welcome to Your Vue.js App" />
5-
<icon-search />
5+
<!-- <icon-search /> -->
66
</div>
77
</template>
88

99
<script>
1010
import HelloWorld from './components/HelloWorld.vue'
11-
import IconSearch from '~icons/feather/search'
11+
// import IconSearch from '~icons/feather/search'
1212
1313
export default {
1414
name: 'App',
1515
components: {
1616
HelloWorld,
17-
IconSearch,
17+
// IconSearch,
1818
},
1919
}
2020
</script>

examples/my-spa-js-app/vue.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = () => {
1010
pluginOptions: {
1111
vite: {
1212
disabledTypeChecker: true,
13-
plugins: [require('unplugin-icons/vite')({ compiler: 'vue2' })],
13+
// plugins: [require('unplugin-icons/vite')({ compiler: 'vue2' })],
1414
},
1515
},
1616
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-cli-plugin-vite",
3-
"version": "1.4.9",
3+
"version": "1.4.10",
44
"description": "out-of-box vite dev for vue-cli project",
55
"main": "index.js",
66
"author": "[email protected]",

0 commit comments

Comments
 (0)