Results 19 comments of Tom Darneix

@ianitsky Here is the new `webpack.dev.config.js` : ```javascript const autoprefixer = require('autoprefixer'); const path = require('path'); const webpack = require('webpack'); const HtmlWebpackPlugin = require('html-webpack-plugin'); const CaseSensitivePathsPlugin = require('case-sensitive-paths-webpack-plugin'); const eslintFormatter...

@ianitsky Yeah, just replace `%PUBLIC_URL%` by `./` it should work. It is not an important issue but it good to resolve it ;)

I'll check my package-lock.json

I got this : ``` "react-router-redux": { "version": "5.0.0-alpha.9", "resolved": "https://registry.npmjs.org/react-router-redux/-/react-router-redux-5.0.0-alpha.9.tgz", "integrity": "sha512-euSgNIANnRXr4GydIuwA7RZCefrLQzIw5WdXspS8NPYbV+FxrKSS9MKG7U9vb6vsKHONnA4VxrVNWfnMUnUQAw==", "requires": { "history": "^4.7.2", "prop-types": "^15.6.0", "react-router": "^4.2.0" } }, ```

Hey ! The better way is to create a [Rest API](https://www.codementor.io/wapjude/creating-a-simple-rest-api-with-expressjs-in-5min-bbtmk51mq) Then you can use a module like [Fetch](https://redux.js.org/advanced/async-actions#actions-js-with-fetch) or [Superagent](http://visionmedia.github.io/superagent/) inside your action files :)

I there a way to have this issue patched in this repo through an option?

> widgets build seems a bit slow, any idea why ? Because we are running all build commands at the same time. But it way worse in webpack: https://github.com/centreon/centreon/actions/runs/8907818893/job/24462336283 Here,...

same issue here. @vadimyer your workaround works for me