Skip to content
Snippets Groups Projects
Commit 93e76f8e authored by Erick Hitter's avatar Erick Hitter
Browse files

Cleanup

parent 9cd7094c
Branches
No related tags found
No related merge requests found
File moved
import './web-vitals-config';
import './config';
import './web-vitals';
......@@ -3,8 +3,8 @@ const path = require('path');
const config = {
entry: {
'web-vitals-all': './src/web-vitals-all.js',
'web-vitals-config': './src/web-vitals-config.js',
'web-vitals-all': './src/index.js',
'web-vitals-config': './src/config.js',
'web-vitals': './src/web-vitals.js',
},
output: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment