Changes to the app
This commit is contained in:
11
js-frontend/config/webpackConfigParts.js
Normal file
11
js-frontend/config/webpackConfigParts.js
Normal file
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* Created by andrew on 8/18/16.
|
||||
*/
|
||||
export const useJSON = () => {};
|
||||
export const clean = () => {};
|
||||
export const useJQuery = () => {};
|
||||
export const extractBundle = () => {};
|
||||
export const extractLESS = () => {};
|
||||
export const purifyCSS = () => {};
|
||||
export const setupLess = () => {};
|
||||
export const devServer = () => {};
|
||||
Reference in New Issue
Block a user