Skip to content

Commit

Permalink
Merge pull request #146 from boro2g/patch-2
Browse files Browse the repository at this point in the history
Added support for TypeScript when 'jss build'ing
  • Loading branch information
sc-dawidrutkowski authored Sep 26, 2019
2 parents a3fced5 + badb23f commit 82c34c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/vue/server/server.vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const vueConfig = {
*/

config.module.rules.unshift({
test: /\.(?!js|vue|html|graphql|gql|png|jpe?g|gif|webp|svg|woff2?|eot|ttf|otf$)[^.]+$/,
test: /\.(?!js|vue|ts|html|graphql|gql|png|jpe?g|gif|webp|svg|woff2?|eot|ttf|otf$)[^.]+$/,
use: {
loader: 'null-loader',
},
Expand Down

0 comments on commit 82c34c6

Please sign in to comment.