Skip to content

Commit

Permalink
Update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Jun 9, 2019
1 parent fec0af7 commit 195a7c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/babel-plugin-transform-modules-systemjs/src/index.js
Expand Up @@ -23,8 +23,8 @@ const buildExportAll = template(`

const MISSING_PLUGIN_WARNING = `\
WARNING: Dynamic import() transformation must be enabled using the
@babel/plugin-proposal-dynamic-import plugin. As of Babel 8,
without that plugin it won't be transformed.
@babel/plugin-proposal-dynamic-import plugin. Babel 8 will
no longer transform import() without using that plugin.
`;

function constructExportCall(
Expand Down

0 comments on commit 195a7c3

Please sign in to comment.