Ver a proveniência

whitespace

pull/1/head
Jonathan Cobb há 5 anos
ascendente
cometimento
12a4f263b1
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      webpack.config.js

+ 1
- 1
webpack.config.js Ver ficheiro

@@ -26,7 +26,7 @@ module.exports = {
template: './src/index.html'
}),
new CopyWebpackPlugin([
{ from:'src/public', to:'' }
{ from: 'src/public', to: '' }
])
],
devServer: {


Carregando…
Cancelar
Guardar