Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Latest commit

 

History

History
12 lines (10 loc) · 206 Bytes

NOTES.md

File metadata and controls

12 lines (10 loc) · 206 Bytes

How to copy in the polyfills:

  {
    test: /webcomponentsjs/,
    use: {
      loader: 'file-loader',
      options: {
        name: '[name].[ext]'
      }
    }
  },