Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introducing Vite 🚀 #408

Closed
wants to merge 50 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
8acd6b6
Added vite config and packages
josechirivella Jul 5, 2022
98a91bd
Added lib and modified vite config file
josechirivella Jul 5, 2022
c4be854
* Added file extensions to the imports
josechirivella Jul 25, 2022
89da37c
* Moved the public contents to the root folder
josechirivella Jul 25, 2022
a33f792
Using the correct file extensions
josechirivella Jul 25, 2022
a5ad978
* Added lodash as a dependency
josechirivella Jul 25, 2022
598c75c
Added moment to the list of externals dependencies since is listed in…
josechirivella Jul 25, 2022
352b608
* Adding file extensions
josechirivella Jul 25, 2022
f9c93a6
* Fixing lodash import
josechirivella Jul 25, 2022
83c8137
Replaced validatorjs with a newer and maintained packaged.
josechirivella Oct 12, 2022
77ff7f9
Merge branch 'develop' into vite
josechirivella Oct 26, 2022
7c80ddf
Regenerated package-lock.json
josechirivella Oct 26, 2022
4b54039
Added Vue-Date-Pick and removed the old datetimepicker
josechirivella Oct 26, 2022
2982ed5
Added resolve.extensions for missing file extensions
josechirivella Oct 26, 2022
067ca80
Merge branch 'develop' into vite
josechirivella Feb 1, 2023
385faa7
FOUR-6840 Getting the changes from the branch vite-datepicker except …
josechirivella Feb 1, 2023
8638457
FOUR-6840 Added Validator to the externals not to pack
josechirivella Mar 6, 2023
1c8159e
Merge branch 'develop' into vite
josechirivella Mar 10, 2023
61ef50a
Missing npm dependency for lock file
josechirivella Mar 10, 2023
6049d50
Merge remote-tracking branch 'origin/develop' into vite
josechirivella Apr 19, 2023
b94632b
Several build changes
josechirivella Apr 25, 2023
b1e73ae
Upgraded vite to version 4
josechirivella May 1, 2023
13033f0
Updating vite branch with develop
josechirivella Jun 20, 2023
d3b5a23
Making RequiredAsterisk to be exportable and some prettier changes
josechirivella Jun 21, 2023
d0c9f66
adding package-lock.json back
josechirivella Aug 4, 2023
d4d63ae
Merge branch 'develop' into vite
josechirivella Aug 4, 2023
defab21
added missing deps to package-lock.json
josechirivella Aug 4, 2023
0dfdad7
Setting validator rules with Object.assign and enabling sourcemaps
josechirivella Aug 12, 2023
4a12ff4
Using Object.assign for the Validation rules
josechirivella Aug 12, 2023
5d77965
Removed css-injected-by-js to follow our old standarts. Exporting the…
josechirivella Aug 15, 2023
a0d116b
Added back the theme, plugins and styling for tinymce (text editor)
josechirivella Aug 15, 2023
7bd280a
Merge remote-tracking branch 'origin/next' into vite
josechirivella Aug 15, 2023
87ff887
Updated the package-lock.json
josechirivella Aug 15, 2023
3fd18e6
Using the vite workflow for STM
josechirivella Aug 15, 2023
4b35b7d
Exporting the newly created Bootstrap components
josechirivella Aug 18, 2023
c1fcb20
Removed sourcemaps and added type:module to package.json
josechirivella Aug 23, 2023
927e28d
Updated validatorjs dependency
josechirivella Aug 29, 2023
01eca3b
Removed Object.assign since the validatorjs fixed their issue with rules
josechirivella Aug 29, 2023
275b174
Fixing the imports/require in the package.json
josechirivella Sep 29, 2023
8d6b91c
Added vue-multiselect to the externals
josechirivella Oct 7, 2023
7f3ed1b
Merge remote-tracking branch 'origin/vite' into vite
josechirivella Oct 7, 2023
e250f68
Merge branch 'next' into vite
josechirivella Dec 5, 2023
d31659a
Replaced lodash-es with lodash for the meanwhile
josechirivella Dec 12, 2023
329a784
Merge branch 'next' into vite
josechirivella Dec 29, 2023
4de90a2
Regenerated the package-lock.json
josechirivella Dec 29, 2023
9f1b860
Using the new plugin for vue2.7 and greater
josechirivella Jan 3, 2024
7b098b7
Adding an alias for npm build-bundle
josechirivella Jan 4, 2024
8855abf
Fixed the validatorjs issue by locking the version to when it worked
josechirivella Jan 5, 2024
0cc6ca6
Switching the CI for VFE back to develop
josechirivella Jan 5, 2024
c001139
Commenting out the validatorjs package
josechirivella Jan 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Package Vue Form Elements
on:
pull_request:
types: [opened, reopened, synchronize, edited, closed]
workflow_dispatch:
workflow_dispatch:
jobs:
run_deploy:
name: Run Build PM4-workflow
Expand Down
5 changes: 0 additions & 5 deletions babel.config.js

This file was deleted.

12 changes: 12 additions & 0 deletions babel.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "current"
}
}
]
]
}
File renamed without changes.
3 changes: 2 additions & 1 deletion public/index.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<link rel="icon" href="favicon.ico">
<title>vue-form-elements</title>
</head>
<body>
<noscript>
<strong>We're sorry but vue-form-elements doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<!-- built files will be auto injected -->
</body>
</html>
Empty file added lib/main.js
Empty file.
Loading
Loading