UNPKG
@vue-storefront/theme-starter
Version:
latest (1.4.1)
1.4.1
1.4.0
1.3.0
1.3.0-alpha.2
1.3.0-alpha.1
1.3.0-alpha.0
1.3.0-alpha
1.0.0
1.0.0-rc.3
Scaffolding for building Vue Storefront themes
@vue-storefront/theme-starter
/
webpack.config.js
5 lines
(4 loc)
•
230 B
JavaScript
View Raw
1
2
3
4
5
// You can extend default webpack build here. Read more on docs: https://github.com/DivanteLtd/vue-storefront/blob/master/doc/Working%20with%20webpack.md
module
.
exports
=
function
(
config, { isClient, isDev }
) {
return
config }