Skip to content

Commit b87219a

Browse files
committed
update to released babel plugin
1 parent 7813bf4 commit b87219a

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

lib/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ function setup(pluginInfo, options) {
269269
];
270270
} else {
271271
plugin = [
272-
require.resolve('@ef4/babel-plugin-htmlbars-inline-precompile'),
272+
require.resolve('babel-plugin-ember-template-compilation'),
273273
{
274274
precompile,
275275
enableLegacyModules: [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"test:node:debug": "mocha debug node-tests/*.js"
3333
},
3434
"dependencies": {
35-
"@ef4/babel-plugin-htmlbars-inline-precompile": "^6.0.0-alpha.3",
35+
"babel-plugin-ember-template-compilation": "^1.0.0",
3636
"@ember/edition-utils": "^1.2.0",
3737
"babel-plugin-htmlbars-inline-precompile": "^5.3.0",
3838
"broccoli-debug": "^0.6.5",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1028,16 +1028,6 @@
10281028
exec-sh "^0.3.2"
10291029
minimist "^1.2.0"
10301030

1031-
"@ef4/babel-plugin-htmlbars-inline-precompile@^6.0.0-alpha.3":
1032-
version "6.0.0-alpha.3"
1033-
resolved "https://registry.yarnpkg.com/@ef4/babel-plugin-htmlbars-inline-precompile/-/babel-plugin-htmlbars-inline-precompile-6.0.0-alpha.3.tgz#9a1301f16bd0c4943ec36812b88434b86d188d74"
1034-
integrity sha512-PosYrbpYyEszLXKOAKbMbPOL7K/F9weut/VDAPWxjWJV/3i7wNx3E1bNVCAa24hb3IUKvj8dR8K0o+fJwJxaUA==
1035-
dependencies:
1036-
babel-import-util "^0.2.0"
1037-
line-column "^1.0.2"
1038-
magic-string "^0.25.7"
1039-
string.prototype.matchall "^4.0.5"
1040-
10411031
"@ember-data/rfc395-data@^0.0.4":
10421032
version "0.0.4"
10431033
resolved "https://registry.yarnpkg.com/@ember-data/rfc395-data/-/rfc395-data-0.0.4.tgz#ecb86efdf5d7733a76ff14ea651a1b0ed1f8a843"
@@ -2072,6 +2062,16 @@ babel-plugin-ember-modules-api-polyfill@^3.5.0:
20722062
dependencies:
20732063
ember-rfc176-data "^0.3.17"
20742064

2065+
babel-plugin-ember-template-compilation@^1.0.0:
2066+
version "1.0.0"
2067+
resolved "https://registry.yarnpkg.com/babel-plugin-ember-template-compilation/-/babel-plugin-ember-template-compilation-1.0.0.tgz#984bc2ceb0bb864e878e25a9ca5c2a6153c96881"
2068+
integrity sha512-SvDQ+DbimZEq7XZztxiCKPNO3/HEwAOKBdJ9r4qtMpgmSuuhzO1elkixJTrnwnkLv1titAYAXNqLVD1fkE4Vgg==
2069+
dependencies:
2070+
babel-import-util "^0.2.0"
2071+
line-column "^1.0.2"
2072+
magic-string "^0.25.7"
2073+
string.prototype.matchall "^4.0.5"
2074+
20752075
babel-plugin-filter-imports@^4.0.0:
20762076
version "4.0.0"
20772077
resolved "https://registry.yarnpkg.com/babel-plugin-filter-imports/-/babel-plugin-filter-imports-4.0.0.tgz#068f8da15236a96a9602c36dc6f4a6eeca70a4f4"

0 commit comments

Comments
 (0)