Open kyeljmd opened 6 years ago
It worked for me, but I had to change the webpack.config.js as below.
rules: [ { test: /\.css$/, use: ExtractTextPlugin.extract({ fallback: "style-loader", use: "css-loader" }) }, { test: /\.(jpg|png|gif)$/, use: 'url-loader', }, { test: /\.(ttf|otf|eot|svg|woff2?)(\?v=[0-9]\.[0-9]\.[0-9])?$/, exclude: /node_modules/, loader: 'file-loader', options: { name: '[path][name].[ext]', // publicPath: './font/', emitFile: false } }, { test: /\.(ttf|otf|eot|svg|woff2?)(\?v=[0-9]\.[0-9]\.[0-9])?$/, include: /node_modules/, loader: 'file-loader', options: { name: '[path][name].[ext]', emitFile: false } } ]
Failing to build Wallride-ui-admin package
I have executed the ff: command for the initial setup and installation.
mvn spring-boot:run -Pjar -Drun.jvmArguments="-Dwallride.home=file:wallride-home"
And this returned an error