Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

tomm1996/usebuiltins-exclude-test

Repository files navigation

Webpack & Babel useBuiltIns

This is a test trying to proof that useBuiltins does not work together with excluding core-js in babel-loader.

To reproduce, change the babel-loader rule in webpack.config.js to this:

{
    test: /\.js$/,
    exclude: /node_modules\/(core-js)/,
    //include: [
    //    path.resolve(__dirname, 'node_modules/swiper'),
    //    path.resolve(__dirname, 'node_modules/dom3'),
    //],
    use: {
        loader: 'babel-loader'
    },
},

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published