Skip to content

DEPRECATED - Webpack configuration for React generated projects

Notifications You must be signed in to change notification settings

DomoApps/webpack-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

No Maintenance Intended

webpack-config (DEPRECATED)

A Webpack 2.0 config to be used in conjunction with generator-da

Available aliases

These can be used when importing or requiring modules instead of a relative or absoulte path

  • actions => src/actions
  • components => src/components
  • styles => src/styles
  • ~ => src

Example:

// before
import TestComponent from '../../components/test-component';

// after
import TestComponent from 'components/test-component';

About

DEPRECATED - Webpack configuration for React generated projects

Resources

Stars

Watchers

Forks

Packages

No packages published