Sfoglia il codice sorgente

Allow symlinks during webpack build

Signed-off-by: Julius Härtl <jus@bitgrid.net>
tags/v25.0.0beta2
Julius Härtl 1 anno fa
parent
commit
64cd2558ee
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      webpack.common.js

+ 1
- 1
webpack.common.js Vedi File

@@ -155,7 +155,7 @@ module.exports = {
handlebars: 'handlebars/runtime',
},
extensions: ['*', '.js', '.vue'],
symlinks: false,
symlinks: true,
fallback: {
stream: require.resolve('stream-browserify'),
buffer: require.resolve('buffer'),

Loading…
Annulla
Salva