Skip to content

Commit

Permalink
Upgrade to Babel 7 (#275)
Browse files Browse the repository at this point in the history
* includes babel 7 update along with other module updates

* added name to contributors

* also will need update index for correct ordering of js references,etc

* made updates based upon recent review

* removed all usage of ^ from package.json

* needed to update after edits to the package.json were done
  • Loading branch information
HIGGO36 authored and davezen1 committed Apr 22, 2019
1 parent c72a5f8 commit 1a3d310
Show file tree
Hide file tree
Showing 5 changed files with 4,962 additions and 3,196 deletions.
2 changes: 1 addition & 1 deletion build/rollup-config-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export function getRollupConfig(options) {
sourceMap: true,
moduleId: options.output.name,
presets: [
["env", {
["@babel/preset-env", {
modules: false,
loose: true,
}],
Expand Down
12 changes: 0 additions & 12 deletions kitchensink/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3238,17 +3238,10 @@ <h4 class="modal-title" id="myModalTitle">Rename file</h4>
</div>
</div>



<!-- required CBP dependency: jQuery 2.x+ -->
<!-- required CBP dependency: jQuery 2.x+ -->
<!-- <script src="./thirdparty/js/jquery-2.2.4.min.js"></script> -->

<!-- jQuery 3.x= -->
<script src="./thirdparty/js/jquery-3.3.1.min.js"></script>




<!-- application specific third party js files here -->
<script src="./thirdparty/js/jquery-ui.min.js"></script>
Expand All @@ -3257,18 +3250,13 @@ <h4 class="modal-title" id="myModalTitle">Rename file</h4>
<script src="./thirdparty/js/selectize.min.js"></script>
<script src="./thirdparty/js/tota11y.min.js"></script>


<!-- js for cbp-theme should be loaded after all dependencies and thirdparty js files -->
<script src="./dist/cbp-theme.browser.bundle.umd.js"></script>
<!-- optional dependencies from cf-ui-theme repo -->
<script src="./dist/cbp-theme-inputmask.umd.js"></script>




<!-- and finally kitchen sink js that init all components when DOM ready! -->
<script src="./kitchensink.js"></script>


</body>
</html>
Loading

0 comments on commit 1a3d310

Please sign in to comment.