NPM: Field 'browser' doesn't contain a valid alias configuration
问题 Executing This: node .\node_modules\webpack\bin\webpack.js --config scripts/webpack.config.js --display-error-details Produces this error. I am just testing this at the moment, so application.ts just has this export class Aureus { constructor() { alert('1'); } } The webpack file looks as follows: const globule = require("globule"); const path = require("path"); const webpack = require("webpack"); const extractTextPlugin = require("extract-text-webpack-plugin"); const config = { }; const