10 lines
417 B
Plaintext
10 lines
417 B
Plaintext
---
|
|
title: Admin panel compatibility
|
|
label: Admin compatibility
|
|
order: 20
|
|
desc: NEEDS TO BE WRITTEN
|
|
---
|
|
|
|
TODO: talk about how plugins need to ensure compatibility with both Vite and Webpack
|
|
|
|
- It's best practice to alias your plugin to an admin-only version, so if you have admin-only changes, put them in the admin plugin, and then leave the full plugin, complete with server code, to be installed on the server side |