scarletsky
scarletsky
@snicker :+1: Thanks for the PR!
@snicker yes, I've known it. I have a plan to refactor with the `AtUtils`
@ncammarata Unfortunately, this project is unfinished. If you are going to use this for your project, the first thing you need to do is to edit these [source code](https://github.com/scarletsky/Angular-At-Directive/blob/master/src/at.js#L152-L166) for...
@ncammarata As you see, the url of ajax request is [hard code](https://github.com/scarletsky/Angular-At-Directive/blob/master/src/at.js#L152-L166). You should modify it for your project otherwise it will not work. I considered adding HTML attribute like...
It works in Node.js 11.12.0 too 😄
Do you have any plans to add this feature ?
@alexander-akait To reproduce this issue, the key is you need to set the `type` to `asset/resource` and set `publicPath` in `generator`. Like this: ```js { module: { rules: [ {...
@alexander-akait Thanks for your reply. It seems the `publicPath` on loader level can work with `background-image: url(xxx)`, but it does not work with the path import from js. Just do...
> Here is a reproducible project: [webpack-mini-css-public-path-issue.zip](https://github.com/webpack-contrib/mini-css-extract-plugin/files/7867758/webpack-mini-css-public-path-issue.zip) It works after upgrading webpack 5.71.0 + mini-css-extract-plugin 2.6.0. ----- My `webpack.config.js` is: ``` { test: /\.(eot|svg|ttf|woff|woff2|png|jpg|gif)$/i, type: 'asset/resource', generator: { publicPath: '//cdn.example.com/assets/',...