Initial commit
This commit is contained in:
commit
78f8d225ee
21173 changed files with 2907774 additions and 0 deletions
9
node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.d.ts
generated
vendored
Normal file
9
node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
/**
|
||||
* A webpack loader that resolves absolute url() paths relative to their original source file.
|
||||
* Requires source-maps to do any meaningful work.
|
||||
*/
|
||||
export default function resolveUrlLoader(this: any,
|
||||
/** Css content */
|
||||
content: string,
|
||||
/** The source-map */
|
||||
sourceMap: any): Promise<void>;
|
||||
Loading…
Add table
Add a link
Reference in a new issue