integration/chore: use a dev-specific folder:
- allows us to easily differentiate the exposed components of the npm package vs the dev-only ones - allows the postcss config to purgecss correctly for production build, we do not include the classes seen in the dev components
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/dev.tsx"></script>
|
||||
<script type="module" src="/src/dev/dev.tsx"></script>
|
||||
<script
|
||||
id="lasuite-gaufre-script"
|
||||
async
|
||||
|
||||
Reference in New Issue
Block a user