@remix-run/dev
Advanced tools
Comparing version 1.1.0 to 1.1.1
/** | ||
* @remix-run/dev v1.1.0 | ||
* @remix-run/dev v1.1.1 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/dev v1.1.0 | ||
* @remix-run/dev v1.1.1 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
#!/usr/bin/env node | ||
/** | ||
* @remix-run/dev v1.1.0 | ||
* @remix-run/dev v1.1.1 | ||
* | ||
@@ -5,0 +5,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/dev v1.1.0 | ||
* @remix-run/dev v1.1.1 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/dev v1.1.0 | ||
* @remix-run/dev v1.1.1 | ||
* | ||
@@ -348,4 +348,4 @@ * Copyright (c) Remix Software Inc. | ||
// browser build and it's not there yet. | ||
if (id === "./assets.json" && importer === "<stdin>") return true; // Mark all bare imports as external. They will be require()'d (or imported if esm) at | ||
// runtime from node_modules. | ||
if (id === "./assets.json" && importer === "<stdin>") return true; // Mark all bare imports as external. They will be require()'d (or | ||
// imported if ESM) at runtime from node_modules. | ||
@@ -357,8 +357,10 @@ if (isBareModuleId(id)) { | ||
options.onWarning(`The path "${id}" is imported in ` + `${path__namespace.relative(process.cwd(), importer)} but ` + `${packageName} is not listed in your package.json dependencies. ` + `Did you forget to install it?`, packageName); | ||
} // include .css files from node_modules in the build | ||
// so we can get a hashed file name to put into the HTML | ||
} // Include .css files from node_modules in the build so we can get a | ||
// hashed file name to put into the HTML. | ||
if (id.endsWith(".css")) return false; // include "remix" in the build so the server runtime (node) doesn't have to try | ||
// to find the magic exports | ||
if (id.endsWith(".css")) return false; // Include "remix" in the build so the server runtime (node) doesn't | ||
// have to try to find the magic exports at runtime. This essentially | ||
// translates all `import x from "remix"` statements into `import x | ||
// from "@remix-run/x"` in the build. | ||
@@ -365,0 +367,0 @@ if (packageName === "remix") return false; |
/** | ||
* @remix-run/dev v1.1.0 | ||
* @remix-run/dev v1.1.1 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/dev v1.1.0 | ||
* @remix-run/dev v1.1.1 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/dev v1.1.0 | ||
* @remix-run/dev v1.1.1 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/dev v1.1.0 | ||
* @remix-run/dev v1.1.1 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/dev v1.1.0 | ||
* @remix-run/dev v1.1.1 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/dev v1.1.0 | ||
* @remix-run/dev v1.1.1 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/dev v1.1.0 | ||
* @remix-run/dev v1.1.1 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/dev v1.1.0 | ||
* @remix-run/dev v1.1.1 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/dev v1.1.0 | ||
* @remix-run/dev v1.1.1 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/dev v1.1.0 | ||
* @remix-run/dev v1.1.1 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/dev v1.1.0 | ||
* @remix-run/dev v1.1.1 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/dev v1.1.0 | ||
* @remix-run/dev v1.1.1 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/dev v1.1.0 | ||
* @remix-run/dev v1.1.1 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/dev v1.1.0 | ||
* @remix-run/dev v1.1.1 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/dev v1.1.0 | ||
* @remix-run/dev v1.1.1 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
{ | ||
"name": "@remix-run/dev", | ||
"description": "Dev tools and CLI for Remix", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "repository": { |
/** | ||
* @remix-run/dev v1.1.0 | ||
* @remix-run/dev v1.1.1 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/dev v1.1.0 | ||
* @remix-run/dev v1.1.1 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
89858
2536