| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…webpack context
This will let us register the app.css in webpack from a context, and potentially
have a configuration such as:
```
const appCssContext = require.context("~/", false, /^\.\/app\.(css|scss|less|sass)$/);
global.registerWebpackModules(appCssContext);
```
That will work with all of the app.css, app.scss, app.less etc. without further manual reconfiguration.
|
uitests |
Sorry, something went wrong.
|
testsappng |
Sorry, something went wrong.
|
@PanayotCankov, it looks like the builds are fine. Just ignore the single test failure, it is not related to this PR. |
Sorry, something went wrong.
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This will let us register the app.css in webpack from a context, and potentially
have a configuration such as:
const appCssContext = require.context("~/", false, /^\.\/app\.(css|scss|less|sass)$/); global.registerWebpackModules(appCssContext);That will work with all of the app.css, app.scss, app.less etc. without further manual reconfiguration.