Sha256: f42bed2d408f26cccb3fa9576f7efb46ef8eb7afb2f29d3d314e73381648c44e
Contents?: true
Size: 531 Bytes
Versions: 20
Compression:
Stored size: 531 Bytes
Contents
# babel-plugin-commoner ## Usage `babel-plugin-commoner` should be included in your `.babelrc` by adding `commoner`. You can't install it through npm, but this directory is automatically added to the path by the Sprockets plugin. ## Options * `globals`: A mapping of module name to global variable name, which will ovveride any import of that package with a global variable reference. ## Example ```json { presets: ["es2015"], plugins: [ ["commoner", { globals: { "jquery": "$" } }] ] } ```
Version data entries
20 entries across 20 versions & 1 rubygems