Ikko Ashimine
|
6d19213ca0
|
Fix typo in bundler.js
overriden -> overridden
|
2022-06-23 14:42:22 +09:00 |
|
Denilson
|
0540ffc896
|
Merge pull request #12049 from meteor/fix/watching-windows-paths
Fix win style paths being added to watch sets
|
2022-05-31 10:05:21 -04:00 |
|
Denilson
|
f7a4321ac9
|
Merge pull request #12050 from meteor/fix/increase-import-scanner-cache-size-2
Increase max size of IMPORT_SCANNER_CACHE
|
2022-05-31 10:02:15 -04:00 |
|
zodern
|
343c88fb31
|
Increase max size of IMPORT_SCANNER_CACHE
|
2022-05-25 13:12:13 -05:00 |
|
Denilson
|
15845cffaf
|
Merge pull request #12023 from meteor/fix/recompile-web-arch
Fix recompiling npm packages for web arch
|
2022-05-23 13:37:25 -04:00 |
|
Ikko Ashimine
|
18af641ff4
|
Fix typo in console.js
occurance -> occurrence
|
2022-05-13 20:22:21 +09:00 |
|
zodern
|
eb5ea5964e
|
Fix handling string value for recompile option
|
2022-04-29 16:53:50 -05:00 |
|
zodern
|
9840956d22
|
Fix recompiling npm packages for web arch
|
2022-04-29 16:45:09 -05:00 |
|
zodern
|
63b8aa3a50
|
Fix compilers adding os paths to watchset
|
2022-04-21 19:14:47 -05:00 |
|
zodern
|
bcafd7cb8c
|
Fix outdated comment for readAndWatchFileWithHash
|
2022-04-21 19:05:59 -05:00 |
|
zodern
|
9f9927340d
|
Remove outdated comment on warehouse path
|
2022-04-18 10:35:23 -04:00 |
|
zodern
|
ece628357d
|
Remove extra log
|
2022-04-18 10:35:23 -04:00 |
|
zodern
|
e1ddf96a07
|
Improve error messages from readBufferWithLengthAndOffset
|
2022-04-18 10:35:23 -04:00 |
|
zodern
|
f7044e561c
|
Add _dataUsed property to prelink resources
The bundler expects this property to know if it should watch the resource.
|
2022-04-18 10:35:23 -04:00 |
|
Jan Dvorak
|
045f53a336
|
Update skeleton dependencies
|
2022-04-18 10:34:46 -04:00 |
|
denihs
|
4b21cfff2c
|
Stylishing the skeleton with tailwind
|
2022-04-18 10:34:46 -04:00 |
|
denihs
|
c7c3d71268
|
Removing custom css
|
2022-04-18 10:34:45 -04:00 |
|
denihs
|
c339ab8373
|
Aligning new tailwind's command text description
|
2022-04-18 10:34:45 -04:00 |
|
denihs
|
8699225396
|
Creating new skeleton that will have tailwind configured by default
|
2022-04-18 10:34:45 -04:00 |
|
Frederico Maia Arantes
|
560707824a
|
Bump packages for release
|
2022-03-17 18:52:26 -03:00 |
|
Frederico Maia Arantes
|
7fc0c0055b
|
Bump packages for release
|
2022-03-14 12:12:19 -03:00 |
|
Denilson
|
77937bef51
|
Merge pull request #11956 from meteor/adjust-import-scanner-cache-size
Adjust import scanner cache size
|
2022-03-07 08:35:09 -04:00 |
|
Denilson
|
f743b99692
|
Merge pull request #11955 from meteor/feature/node-prefix-imports
Support node: imports
|
2022-03-07 08:34:42 -04:00 |
|
zodern
|
b5e98139ee
|
Increase import scanner cache size
|
2022-02-28 16:45:23 -06:00 |
|
zodern
|
9c6f60876d
|
Support node: imports
|
2022-02-28 16:21:29 -06:00 |
|
zodern
|
93eedb5cea
|
Allow minifiers to get source path of file
|
2022-02-28 14:00:28 -06:00 |
|
Renan Castro
|
875f656a6f
|
Merge branch 'release-2.6.1' into release-2.7
# Conflicts:
# meteor
# npm-packages/meteor-babel/package-lock.json
# npm-packages/meteor-babel/package.json
# packages/babel-compiler/.npm/package/npm-shrinkwrap.json
# packages/babel-compiler/package.js
# packages/meteor-tool/package.js
# scripts/admin/meteor-release-experimental.json
# scripts/dev-bundle-tool-package.js
|
2022-02-18 17:29:03 -03:00 |
|
Renan Castro
|
38866be3e8
|
Merge pull request #11932 from meteor/fix/binary-executable-windows
Revert missing binary permission bit when packing a meteor bundle on Windows
|
2022-02-18 18:06:48 +00:00 |
|
Renan Castro
|
6f8029eb2e
|
Fix browserstack tests - remove testing for IE 9.
- upgrade dev bundle for final version of meteor/babel
|
2022-02-18 14:37:58 -03:00 |
|
Renan Castro
|
455c01e7aa
|
Revert missing binary permission bit when packing a meteor bundle on Windows
|
2022-02-17 15:34:39 -03:00 |
|
Renan Castro
|
d4426ddb76
|
Update svelt skel dependencies
|
2022-02-15 11:38:54 -03:00 |
|
Renan Castro
|
235c0eef11
|
Update svelt skel dependencies
|
2022-02-15 11:37:26 -03:00 |
|
Filipe Névola
|
127147d8ae
|
Merge pull request #11897 from meteor/always-minify-css-resource
Pass lazy css resources to minifier in development
|
2022-02-10 02:01:17 +04:00 |
|
zodern
|
d380e8b336
|
Fix running self tests with puppeteer on m1
|
2022-02-08 19:26:45 -06:00 |
|
zodern
|
35dd7ab257
|
Pass lazy css resources to minifier in dev
This makes it consistent with non-lazy css resources, which were always being passed to the minifier.
|
2022-02-08 19:20:57 -06:00 |
|
Filipe Névola
|
33ad4b58b9
|
Merge pull request #11882 from meteor/build-plugins-handle-css-minifier-caching
Have build plugins handle caching for css minifiers
|
2022-02-05 14:43:19 +00:00 |
|
zodern
|
1a6a6b7b27
|
Support beforeMinify callbacks from minifiers
|
2022-02-04 16:01:50 -06:00 |
|
zodern
|
eb9a5864cb
|
Remove cache option from readAndWatchFileWithHash
|
2022-02-04 13:46:59 -06:00 |
|
zodern
|
64bbff2a18
|
Add file.readAndWatchFileWithHash for css minifiers
|
2022-02-01 18:58:29 -06:00 |
|
zodern
|
b6a7f7c33d
|
Add readdirWithTypesSync to Plugin.fs
|
2022-02-01 18:56:26 -06:00 |
|
zodern
|
367d0acdb7
|
Remove caching of css minifier from isobuild
|
2022-02-01 18:48:55 -06:00 |
|
denihs
|
18bfd070ab
|
Fixing breaking changes with [Typescript](https://devblogs.microsoft.com/typescript/announcing-typescript-4-4/#using-unknown-in-catch-variables).
|
2022-02-01 16:25:07 -04:00 |
|
denihs
|
f00f7534a2
|
Merge branch 'refactoring/update-ts-4.5' of https://github.com/itgenio/meteor into release-2.6.1
|
2022-02-01 11:22:00 -04:00 |
|
Renan Castro
|
602b402f13
|
Merge pull request #11878 from meteor/fix/write-concern-mongo5
Set explicitly write concern to w:1 on mongo v5 when running locally
|
2022-01-31 10:53:54 -03:00 |
|
Renan Castro
|
c055907768
|
Merge pull request #11879 from meteor/fix-11877
When creating a tarball, ensure the fmode and dmode are set to readable/writable for sharing tarballs between windows/unixes
|
2022-01-31 10:53:25 -03:00 |
|
Renan Castro
|
e3040e2ca6
|
When creating a tarball, ensure the fmode and dmode are set to readable/writable for sharing tarballs between windows/unixes
|
2022-01-31 10:07:27 -03:00 |
|
Renan Castro
|
6a3d6c8372
|
Set explicitly write concern to w:1 on mongo v5 when running locally
|
2022-01-31 09:41:28 -03:00 |
|
Filipe Névola
|
31e219ed15
|
Merge pull request #11868 from meteor/fix/resolver-windows-multiple-drives
Fix resolving npm deps of local packages when on different drive
|
2022-01-28 15:29:23 -04:00 |
|
Filipe Névola
|
96558a0671
|
Add changelog link to new Meteor available message
|
2022-01-28 15:21:54 -04:00 |
|
Filipe Névola
|
141471a4d0
|
Merge pull request #11797 from matheusccastroo/launch-screen-ios-support
Add support for iOS storyboard launch screen + dark mode
|
2022-01-27 09:00:26 -04:00 |
|