Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"no-jquery/no-global-selector": "warn",
"no-unused-vars": "warn",
"no-new": "warn",
"semi-style": "warn",
"yml/no-empty-document": "warn",
"yml/no-empty-mapping-value": "warn"
}
Expand Down
19 changes: 1 addition & 18 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,23 +55,6 @@ Encore
.configureBabelPresetEnv( ( config ) => {
config.useBuiltIns = 'usage';
config.corejs = 3;
} )

// enables Sass/SCSS support
// .enableSassLoader()

// uncomment if you use TypeScript
// .enableTypeScriptLoader()

// uncomment if you use React
// .enableReactPreset()

// uncomment to get integrity="..." attributes on your script & link tags
// requires WebpackEncoreBundle 1.4 or higher
// .enableIntegrityHashes(Encore.isProduction())

// uncomment if you're having problems with a jQuery plugin
// .autoProvidejQuery()
;
} );

module.exports = Encore.getWebpackConfig();
Loading