Initial commit
This commit is contained in:
commit
78f8d225ee
21173 changed files with 2907774 additions and 0 deletions
11
node_modules/next/dist/build/webpack/loaders/next-flight-css-loader.d.ts
generated
vendored
Normal file
11
node_modules/next/dist/build/webpack/loaders/next-flight-css-loader.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
/**
|
||||
* For server-side CSS imports, we need to ignore the actual module content but
|
||||
* still trigger the hot-reloading diff mechanism. So here we put the content
|
||||
* inside a comment.
|
||||
*/
|
||||
import type webpack from 'webpack';
|
||||
type NextServerCSSLoaderOptions = {
|
||||
cssModules: boolean;
|
||||
};
|
||||
declare const NextServerCSSLoader: webpack.LoaderDefinitionFunction<NextServerCSSLoaderOptions>;
|
||||
export default NextServerCSSLoader;
|
||||
Loading…
Add table
Add a link
Reference in a new issue