https://github.com/tleunen/vite-build-watch-css-issue
https://github.com/tleunen/vite-build-watch-css-issue
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tleunen/vite-build-watch-css-issue
- Owner: tleunen
- Created: 2022-09-15T16:16:14.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-15T16:26:06.000Z (almost 4 years ago)
- Last Synced: 2025-02-13T15:30:52.879Z (over 1 year ago)
- Language: TypeScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# `vite build` output with vite 3.0.9 (Same output for `vite build --watch`)
```
(function(e){typeof define=="function"&&define.amd?define(e):e()})(function(){"use strict";var e=document.createElement("style");e.innerHTML=`._card_1ycsi_1{padding:2em}
`,document.head.appendChild(e);const n="_card_1ycsi_1",d={card:n};console.log(n)});
```
# `vite build ` output with vite 3.1.0
```
(function(n){typeof define=="function"&&define.amd?define(n):n()})(function(){"use strict";const n="_card_1ycsi_1",e={card:n};console.log(n)});
```
# `vite build --watch` with vite 3.1.0
```
const c = "_card_1ycsi_1";
console.log(c);
ine.amd?define(n):n()})(function(){"use strict";const n="_card_1ycsi_1",e={card:n};console.log(n)});
```