import-fool-webpack
Use dynamic import() without webpack finding out.
Last updated 3 years ago by fabiospampinato .
Repository · Bugs · Original npm · Tarball · package.json
$ gnpm install import-fool-webpack 
SYNC missed versions from official npm registry.

Import Fool Webpack

Use dynamic import() without webpack finding out.

Install

npm install --save import-fool-webpack

Usage

import importFoolWebpack from 'import-fool-webpack';

const os = await importFoolWebpack ( 'node:os' ); // It's hust like "import ( 'node:os' )";

console.log ( os.platform () ); // => 'darwin'

License

MIT © Fabio Spampinato

Current Tags

  • 1.0.0                                ...           latest (3 years ago)

1 Versions

  • 1.0.0                                ...           3 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 1
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (3)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |