ensure inline <script>
and <style>
tags are getting minified / optimized when running build command
#581
Closed
1 of 5 tasks
Labels
Type of Change
Summary
Coming out of #573 , it was noted that when Rollup is processing
<script>
and<style>
tags in the<head>
they should get appropriately minified and have any standard optimizations happen to them.For example, the inline
<script>
tags for the shelf are not getting minified at all in the final output.Details
This should avoid any pre-processing, and should ideally be limited to the
optimize
method of theResourceInterface
.The text was updated successfully, but these errors were encountered: