Exit Full View

Games Cupboard / gamescupboard-client / build / reports / webpack / GamesCupboard-gamescupboard-client / webpack.config.evaluated.js

{
  mode: 'production',
  resolve: {
    modules: [
      'node_modules'
    ]
  },
  plugins: [
    ProgressPlugin {
      profile: false,
      handler: [Function: handler],
      modulesCount: 5000,
      dependenciesCount: 10000,
      showEntries: true,
      showModules: true,
      showDependencies: true,
      showActiveModules: false,
      percentBy: undefined
    },
    TeamCityErrorPlugin {}
  ],
  module: {
    rules: [
      {
        test: /\.js$/,
        use: [
          'source-map-loader'
        ],
        enforce: 'pre'
      }
    ]
  },
  entry: {
    main: [
      '/media/home/gidea/software/gamesCupboard/gamesCupboard/build/js/packages/GamesCupboard-gamescupboard-client/kotlin/GamesCupboard-gamescupboard-client.js'
    ]
  },
  output: {
    path: '/media/home/gidea/software/gamesCupboard/gamesCupboard/gamescupboard-client/build/distributions',
    filename: [Function: filename],
    library: 'gamescupboard-client',
    libraryTarget: 'umd',
    globalObject: 'this'
  },
  devtool: 'source-map',
  ignoreWarnings: [
    /Failed to parse source map/
  ],
  stats: {
    warnings: false,
    errors: false
  }
}