UNPKG

wordpress-enqueue-chunks-webpack-plugin

Version:

A webpack plugin that manages registering and enqueing split chunks in a wordpress environment

17 lines (16 loc) 311 B
module.exports = { moduleFileExtensions: [ 'js', 'json', 'ts', ], testMatch: [ '<rootDir>/src/__tests__/*.(js|ts)' ], testPathIgnorePatterns: [ '/node_modules/' ], transform: { '\\.ts$': '<rootDir>/dev/jest/preprocessor.js', }, };