Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 2521 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 2521 Rev 2611
Línea 4... Línea 4...
4
const TerserPlugin = require('terser-webpack-plugin')
4
const TerserPlugin = require('terser-webpack-plugin')
5
// const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin
5
// const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin
Línea 6... Línea 6...
6
 
6
 
7
// change active path here
7
// change active path here
8
const currentPath = {
8
const currentPath = {
9
  entry: './app/index.js',
9
  entry: './app/index.jsx',
10
  output: path.join(__dirname, 'public/bundles'),
10
  output: path.join(__dirname, 'public/bundles'),
11
  filename: 'applicationBundle.js'
11
  filename: 'applicationBundle.js'
Línea 12... Línea 12...
12
}
12
}