1.0.8 • Published 9 months ago

vite-plugin-move-script v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago
// vite.config
import {moveScript} from 'vite-plugin-move-script';
defineConfig({
  plugins: [
    moveScript(),
  ];
})

// index.html
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Document</title>
</head>
<body>
  <!-- move-to-here -->
</body>
</html>
1.0.8

9 months ago

1.1.0

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago