Skip to content

Commit

Permalink
[docs] Remove Vite-specific compat info.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Sep 9, 2022
1 parent c884fc6 commit 9b5fe85
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/cubing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,6 @@ <h2>Compatibility</h2>
<p>
The <code>npm</code> package should work with any modern bundlers and tools. If you are having trouble, <b>make sure your tool is compatible with ES2020 syntax</b>. We recommend using <a href="https://esbuild.github.io/"><code>esbuild</code></a> or tools based on <code>esbuild</code>, and you may find <a href="https://github.com/cubing/cubing-app-template">this project template</a> a helpful start.
</p>
<h3>Known Issues</h3>
<p><a href="https://vitejs.dev/">Vite</a> does not support full ES2020 by default. Use the following config:</p>
<code class="sample">
// vite.config.js<br>
export default { optimizeDeps: { esbuildOptions: { target: "es2020" } } };
</code>
</section>

<section id="code-experiments">
Expand Down

0 comments on commit 9b5fe85

Please sign in to comment.